This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
54dd54d81d
diskimage-builder
/
elements
/
simple-init
/
element-deps
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Simple-init should disable cloud-init Cloud-init and simple-init are not meant to play together. Lets disable cloud-init if simple-init is installed. Also guarding cloud-init-datasources against running in an environment where cloud-init is not installed. Change-Id: I5bfa9a3e83d3259db2436404034ad58c780de1c9
2015-05-11 16:48:42 +00:00
cloud-init-datasources
Add element to process config-drive network info If you don't want cloud-init, you may need to get a few things from config-drive because you may be operating on a cloud with no DHCP. In that case, simply reading some values from config-drive and writing out either DHCP or static network info, in addition to grabbing ssh keys is helpful. Both Infra and bifrost want this for their images. Co-Authored-By: Gregory Haynes <greg@greghaynes.net> Change-Id: I2746ed256b9783eab058b803130d3ccac484eaeb
2015-03-23 20:48:51 +00:00
install-types
Switch simple-init to pip-and-virtualenv element We currently install pip from package in the simple-init element. We should really allow users to select whether to install pip from git or package. Change-Id: Ia5e62b9635af90d81227274a1dd8f20474cdbf73
2015-10-27 01:56:46 +00:00
pip-and-virtualenv
Create runtime-ssh-host-keys element Move managing of SSH host keys into a dedicated element. Because glean doesn't generate SSH host keys anymore, we need to do it with a systemd script. This is already handled by CentOS / Fedora so we don't want to add it there. This was done to address the upstream bug in debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500192 Change-Id: I31ad667672e08350872db21a83445fe0aa7a4a39 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-09-21 20:02:16 +00:00
runtime-ssh-host-keys
Add element to process config-drive network info If you don't want cloud-init, you may need to get a few things from config-drive because you may be operating on a cloud with no DHCP. In that case, simply reading some values from config-drive and writing out either DHCP or static network info, in addition to grabbing ssh keys is helpful. Both Infra and bifrost want this for their images. Co-Authored-By: Gregory Haynes <greg@greghaynes.net> Change-Id: I2746ed256b9783eab058b803130d3ccac484eaeb
2015-03-23 20:48:51 +00:00
source-repositories
Reference in New Issue
Copy Permalink