Merge "Packages for distributed serialization added to bootstrap"

This commit is contained in:
Jenkins 2017-03-24 16:46:08 +00:00 committed by Gerrit Code Review
commit 2929226671
2 changed files with 43 additions and 4 deletions

View File

@ -83,5 +83,5 @@ sed -i "s/^plugin.rabbitmq.pool.1.user\b.*$/plugin.rabbitmq.pool.1.user = $mco_u
sed -i "s/^plugin.rabbitmq.pool.1.password\b.*$/plugin.rabbitmq.pool.1.password= $mco_pass/" /etc/mcollective/server.cfg
sync_identity &
# restart the dispynode service
systemctl restart dispynode
# starting distributed serialization worker
/usr/bin/dask-worker --nprocs=`nproc` --nthreads 1 @MASTER_NODE_IP@:8002

View File

@ -55,8 +55,47 @@ packages:
- irqbalance
- iputils-arping
# Packages required for distributed serialization
- python-dispy
- python-psutil
- 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