Set distro correctly for rhel7
We were still configuring the elements for fedora even when using the rhel7 json file, which caused some necessary elements to be missed.
This commit is contained in:
parent
1cbc370812
commit
e9f1e44d80
1
elements/rhel7-distro/element-provides
Normal file
1
elements/rhel7-distro/element-provides
Normal file
@ -0,0 +1 @@
|
||||
operating-system
|
1
elements/rhel7-distro/environment.d/00-rhel7-distro.bash
Normal file
1
elements/rhel7-distro/environment.d/00-rhel7-distro.bash
Normal file
@ -0,0 +1 @@
|
||||
export DISTRO_NAME="rhel7"
|
@ -20,8 +20,8 @@
|
||||
"element": [
|
||||
"base",
|
||||
"undercloud-install",
|
||||
"fedora",
|
||||
"fedora-distro",
|
||||
"rhel7",
|
||||
"rhel7-distro",
|
||||
"boot-stack",
|
||||
"nova-ironic",
|
||||
"os-collect-config",
|
||||
|
Loading…
Reference in New Issue
Block a user