Revert "Packages for distributed serialization added to bootstrap"

This reverts commit d339d77439.

Change-Id: I9e734f0fd9b847630923acfd6e57635abd4e366f
This commit is contained in:
Alexander Kislitsky 2017-03-27 16:13:34 +00:00
parent 561e1f5ba2
commit 1aa048ec6a
2 changed files with 0 additions and 45 deletions

View File

@ -82,6 +82,3 @@ sed -i "s/^plugin.rabbitmq.pool.1.host\b.*$/plugin.rabbitmq.pool.1.host = $maste
sed -i "s/^plugin.rabbitmq.pool.1.user\b.*$/plugin.rabbitmq.pool.1.user = $mco_user/" /etc/mcollective/server.cfg
sed -i "s/^plugin.rabbitmq.pool.1.password\b.*$/plugin.rabbitmq.pool.1.password= $mco_pass/" /etc/mcollective/server.cfg
sync_identity &
# starting distributed serialization worker
/usr/bin/dask-worker --nprocs=`nproc` --nthreads 1 @MASTER_NODE_IP@:8002

View File

@ -54,48 +54,6 @@ packages:
- ifenslave
- irqbalance
- iputils-arping
# Packages required for distributed serialization
- python-distributed
- python-alembic
- python-amqplib
- python-anyjson
- python-babel
- python-cinderclient
- python-crypto
- python-decorator
- python-fysom
- python-iso8601
- python-jinja2
- python-jsonschema
- python-keystoneclient
- python-keystonemiddleware
- python-kombu
- python-mako
- python-markupsafe
- python-migrate
- python-netaddr
- python-netifaces
- python-networkx
- python-novaclient
- python-oslo-config
- python-oslo-db
- python-oslo-serialization
- python-paste
- python-ply
- python-psycopg2
- python-pydot-ng
- python-requests
- python-simplejson
- python-six
- python-sqlalchemy
- python-stevedore
- python-tz
- python-urllib3
- python-uwsgidecorators
- python-webpy
- python-wsgilog
- python-yaml
- python-yaql
# Ignore proxy for this repos
#direct_repo_addresses:
# - 127.0.0.1