install compass-core in centos7
modify config files so that can install compass-core in centos7 1511 Change-Id: Ic656e8ab088f1dac4bb6c558d3f596a47a1bc6b8 Signed-off-by: baigk <baiguoku@huawei.com>
This commit is contained in:
parent
cd714d175a
commit
ff4feeb30d
@ -3,5 +3,5 @@ DISPLAY_NAME = 'Openstack Juno'
|
||||
PARENT = 'openstack'
|
||||
PACKAGE_INSTALLER = 'ansible_installer_juno'
|
||||
OS_INSTALLER = 'cobbler'
|
||||
SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*1503-01.*']
|
||||
SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*15.*']
|
||||
DEPLOYABLE = True
|
||||
|
@ -3,5 +3,5 @@ DISPLAY_NAME = 'Openstack kilo'
|
||||
PARENT = 'openstack'
|
||||
PACKAGE_INSTALLER = 'ansible_installer_kilo'
|
||||
OS_INSTALLER = 'cobbler'
|
||||
SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*1503-01.*']
|
||||
SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*15.*']
|
||||
DEPLOYABLE = True
|
||||
|
@ -3,5 +3,5 @@ DISPLAY_NAME = 'Openstack Liberty'
|
||||
PARENT = 'openstack'
|
||||
PACKAGE_INSTALLER = 'ansible_installer_liberty'
|
||||
OS_INSTALLER = 'cobbler'
|
||||
SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*1503-01.*']
|
||||
SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*15.*']
|
||||
DEPLOYABLE = True
|
||||
|
@ -1,3 +0,0 @@
|
||||
NAME = 'CentOS-7-Minimal-1503-01-x86_64'
|
||||
PARENT = 'CentOS'
|
||||
DEPLOYABLE = True
|
3
conf/os/centos7.2.conf
Normal file
3
conf/os/centos7.2.conf
Normal file
@ -0,0 +1,3 @@
|
||||
NAME = 'CentOS-7-Minimal-1511-x86_64'
|
||||
PARENT = 'CentOS'
|
||||
DEPLOYABLE = True
|
@ -5,4 +5,3 @@ host_key_checking = False
|
||||
callback_plugins = /opt/compass/bin/ansible_callbacks
|
||||
pipelining=True
|
||||
library = /opt/openstack-ansible-modules
|
||||
ssh_args = -o ControlMaster=no
|
||||
|
@ -5,4 +5,3 @@ host_key_checking = False
|
||||
callback_plugins = /opt/compass/bin/ansible_callbacks
|
||||
pipelining=True
|
||||
library = /opt/openstack-ansible-modules
|
||||
ssh_args = -o ControlMaster=no
|
||||
|
@ -5,4 +5,3 @@ host_key_checking = False
|
||||
callback_plugins = /opt/compass/bin/ansible_callbacks
|
||||
pipelining=True
|
||||
library = /opt/openstack-ansible-modules
|
||||
ssh_args = -o ControlMaster=no
|
||||
|
Loading…
x
Reference in New Issue
Block a user