-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Python pip to install VMware ESXi deps instead of git sub modules
- Loading branch information
Showing
18 changed files
with
8 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +0,0 @@ | ||
[submodule "vmware-esxi/pyyaml"] | ||
path = vmware-esxi/pyyaml | ||
url = https://github.com/yaml/pyyaml | ||
[submodule "vmware-esxi/oauthlib"] | ||
path = vmware-esxi/oauthlib | ||
url = https://github.com/oauthlib/oauthlib | ||
[submodule "vmware-esxi/ipaddr"] | ||
path = vmware-esxi/ipaddr | ||
url = https://github.com/google/ipaddr-py | ||
[submodule "vmware-esxi/requests"] | ||
path = vmware-esxi/requests | ||
url = https://github.com/kennethreitz/requests | ||
[submodule "vmware-esxi/urllib3"] | ||
path = vmware-esxi/urllib3 | ||
url = https://github.com/urllib3/urllib3 | ||
[submodule "vmware-esxi/chardet"] | ||
path = vmware-esxi/chardet | ||
url = https://github.com/chardet/chardet | ||
[submodule "vmware-esxi/python-certifi"] | ||
path = vmware-esxi/python-certifi | ||
url = https://github.com/certifi/python-certifi | ||
[submodule "vmware-esxi/idna"] | ||
path = vmware-esxi/idna | ||
url = https://github.com/kjd/idna | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,18 +20,3 @@ If you wish to use QEMU's UI also remove "headless": true | |
|
||
If you keep "headless": true you can connect using VNC. Packer will output the | ||
IP and port to connect to when run. | ||
|
||
## Git Submodules | ||
Packer MAAS uses git submodules to retrieve required resource files during | ||
image building. Packer MAAS and all submodules can be cloned at once with: | ||
|
||
``` | ||
$ git clone --recurse-submodules [email protected]:canonical/packer-maas.git | ||
``` | ||
|
||
If Packer MAAS has already been checked out submodules can be retrieved with | ||
|
||
``` | ||
$ git submodule init | ||
$ git submodule update | ||
``` |
Submodule chardet
deleted from
9b8c5c
File renamed without changes.
Submodule idna
deleted from
1cdf17
Submodule ipaddr
deleted from
99e555
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Submodule oauthlib
deleted from
31cae7
Submodule python-certifi
deleted from
21abb9
Submodule pyyaml
deleted from
2f463c
Submodule requests
deleted from
aeda65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ipaddr==2.2.0 | ||
oauthlib==3.1.0 | ||
PyYAML==5.4.1 | ||
requests==2.25.1 |
Submodule urllib3
deleted from
f8fc8f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters