Mirantis / launchpad

Other
28 stars 45 forks source link

/etc/environment not updated before pkg install #48

Closed 53d117460ec63d70 closed 4 years ago

53d117460ec63d70 commented 4 years ago

/etc/environment gets updated with environment values from launchpad.yaml after required OS packages are installed rather than before. If it was updated before OS package installations we could set HTTP proxy settings once in the launchpad.yaml rather that having to set on each target host before we run launchpad apply.

kke commented 4 years ago

On the 1.0.0-rc1 you could use the before/after-hooks to work around that, but I think this is something that needs to be addressed.

kke commented 4 years ago

It's an easy fix, probably going to make it into 1.0 which should be released shortly.