trim install
fix bugs Change-Id: Ib844b103d4c1bb9e9b8bf70f0c5df323e0be8a2b
This commit is contained in:
parent
02523b9a7e
commit
92061511a5
@ -15,7 +15,7 @@ if [ "$FULL_COMAPSS_SERVER" == "true" ]; then
|
||||
sudo yum --enablerepo=compass_install install -y $MYSQL
|
||||
sudo yum --enablerepo=compass_install --nogpgcheck install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp rabbitmq-server mod_wsgi httpd squid dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp net-snmp-python unzip openssl openssl098e ca-certificates mysql-devel mysql-server mysql MySQL-python python-virtualenv python-setuptools python-pip bc libselinux-python libffi-devel openssl-devel
|
||||
else
|
||||
sudo yum --enablerepo=compass_install --nogpgcheck install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp net-snmp-python unzip openssl openssl098e ca-certificates python-virtualenv python-setuptools python-pip bc libselinux-python libffi-devel openssl-devel
|
||||
sudo yum --enablerepo=compass_install --nogpgcheck install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp httpd dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp net-snmp-python unzip openssl openssl098e ca-certificates mysql-devel mysql MySQL-python python-virtualenv python-setuptools python-pip bc libselinux-python libffi-devel openssl-devel
|
||||
fi
|
||||
sudo yum --setopt=tsflags=noscripts -y remove redis
|
||||
# sudo yum --enablerepo=remi,remi-test install -y redis
|
||||
|
@ -371,4 +371,8 @@ if [ "$FULL_COMPASS_SERVER" == "false" ]; then
|
||||
cp ${COMPASSDIR}/misc/adapter_changes/keystone_install.yml /var/ansible/roles/keystone/tasks/
|
||||
rm -rf /var/ansible/openstack_mitaka/HA-ansible-multinodes.yml 2>/dev/null
|
||||
cp ${COMPASSDIR}/misc/adapter_changes/HA-ansible-multinodes.yml /var/ansible/openstack_mitaka/
|
||||
|
||||
sed -i 's/^CELERY_DEFAULT_QUEUE.*/CELERY_DEFAULT_QUEUE = \"'"${USER_EMAIL}"'\"/g' /etc/compass/celeryconfig
|
||||
sed -i 's/^CELERY_DEFAULT_EXCHANGE.*/CELERY_DEFAULT_EXCHANGE = \"'"${USER_EMAIL}"'\"/g' /etc/compass/celeryconfig
|
||||
sed -i 's/^CELERY_DEFAULT_ROUTING_KEY.*/CELERY_DEFAULT_ROUTING_KEY = \"'"${USER_EMAIL}"'\"/g' /etc/compass/celeryconfig
|
||||
fi
|
||||
|
@ -14,8 +14,8 @@ itsdangerous
|
||||
importlib
|
||||
lazypy
|
||||
lockfile
|
||||
MySQL-python
|
||||
netaddr
|
||||
MySQL-python
|
||||
paramiko
|
||||
PyChef
|
||||
python-daemon!=2.0,!=2.0.1,!=2.0.2,!=2.0.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user