pubstack / pubstack.github.io

OpenSource blog
MIT License
6 stars 4 forks source link

OpenStack and services for BigData applications #29

Open ccamacho opened 7 years ago

dbaxps commented 7 years ago

KSM Performance on TripleO QS is much more efficient than the one which was provided by instack-virt-setup ( even activated before deployment ). I guess explanation might be found here 👎 http://blog.oddbit.com/2016/05/19/connecting-another-vm-to-your-tripleo-qu/ TripleO QS works pretty stable for me via 👎 $ bash quickstart.sh -R master --config config/general_config/pacemaker.yml \ --nodes config/nodes/3ctl_1comp_2ceph.yml $VIRTHOST

dbaxps commented 7 years ago

Addressing complain "Updated 2017/03/16: The --config option seems to be broken, using instead -e @~/deploy-config.yaml.". See README.rst 👎 Feature Configuration and Nodes

In previous versions of triple-quickstart a config file was used to determine not only the features that would be enabled in tripleo and openstack but also the number of nodes to be used. For instance "config/general_config/ha.yml" would configure pacemaker and ensure three controller nodes were provisioned. This type of configuration is now deprecated but will still work through the Queens release.

The feature and node configuration have been seperated into two distinct configuration files to allow users to explicity select the configuration known as "feature sets" and the nodes to be provisioned. The feature set configuration can be found under tripleo-quickstart/config/general_config/ and the node configuration can be found under tripleo-quickstart/config/nodes/

Your $CONFIG doesn't look quite correct for me, please, see 👎 http://dbaxps.blogspot.com/2017/03/tripleo-quickstart-master-branch.html "--tags all" is skipped due to hack /usr/share/openstack-tripleo-heat-templates/puppet/services/ceph-mon.yaml to update "ceph::profile::params::osd_pool_default_size: 2" after logging into undercloud. Only 32 GB on VIRTHOST - it doesn't allow to deploy Ceph Cluster as needed.