Adding lsb_release to Fedora image creation
This change adds the redhat-lsb element to the base Fedora elements. This is needed to ensure that the lsb_release command is included for Fedora images as some elements(i.e. mysql, ssh) require it's use. Change-Id: I12f7489aab37aded9fc6438e281a124366c26804 Closes-Bug: #1396621
This commit is contained in:
parent
a519718cfa
commit
4e588ea910
@ -204,7 +204,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "vanilla" ]; then
|
||||
export HIVE_VERSION=${HIVE_VERSION:-"0.11.0"}
|
||||
|
||||
ubuntu_elements_sequence="base vm ubuntu hadoop oozie mysql"
|
||||
fedora_elements_sequence="base vm fedora hadoop oozie mysql disable-firewall"
|
||||
fedora_elements_sequence="base vm fedora redhat-lsb hadoop oozie mysql disable-firewall"
|
||||
centos_elements_sequence="vm rhel hadoop oozie mysql redhat-lsb disable-firewall"
|
||||
|
||||
if [ "$DEBUG_MODE" = "true" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user