[rdo-dev] Attempts for Tripleo Quickstart remote deployments stable "queens" to remote VIRTHOST (via F27 WKS)

Boris Derzhavets bderzhavets at hotmail.com
Wed Mar 7 14:13:48 UTC 2018


Boris Derzhavets has shared OneDrive files with you. To view them, click the links below.


<https://1drv.ms/u/s!AqjiDzRpwaKogSsjoeRWq1H9xKPW>
[https://r1.res.office365.com/owa/prem/images/dc-generic_20.png]<https://1drv.ms/u/s!AqjiDzRpwaKogSsjoeRWq1H9xKPW>

overcloud_deploy.log040318<https://1drv.ms/u/s!AqjiDzRpwaKogSsjoeRWq1H9xKPW>

<https://1drv.ms/u/s!AqjiDzRpwaKogSzecP79UTtYy-Vj>
[https://r1.res.office365.com/owa/prem/images/dc-generic_20.png]<https://1drv.ms/u/s!AqjiDzRpwaKogSzecP79UTtYy-Vj>

overcloud_deploy.log060318<https://1drv.ms/u/s!AqjiDzRpwaKogSzecP79UTtYy-Vj>




During the most recent 3 or 4 days deployments like

[boris at f27wks~]$ bash ./tripleo-quickstart/quickstart.sh \
                        --clean \
                        --release queens \
                        --teardown all \
                        --tags all \
                        -e @$CONFIG \
                         $VIRTHOST

with following configs :-


Minimal case


[boris at fedora27workstation ~]$ cat deploy-config.yaml
overcloud_nodes:
  - name: control_0
    flavor: control
    virtualbmc_port: 6230
  - name: compute_0
    flavor: compute
    virtualbmc_port: 6231
node_count: 2
containerized_overcloud: true
delete_docker_cache: true
enable_pacemaker: true
run_tempest: false
extra_args: >-
  --libvirt-type qemu
  --ntp-server pool.ntp.org
  -e /usr/share/openstack-tripleo-heat-templates/environments/docker.yaml
  -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml

log040318

HA Minimal case

[boris at fedora27workstation ~]$ cat deploy-configHA.yaml
# 32 GB VIRTHOST

control_memory: 7500
compute_memory: 6500

overcloud_nodes:
  - name: control_0
    flavor: control
    virtualbmc_port: 6230
  - name: control_1
    flavor: control
    virtualbmc_port: 6231
  - name: control_2
    flavor: control
    virtualbmc_port: 6232

  - name: compute_0
    flavor: compute
    virtualbmc_port: 6233
node_count: 4
containerized_overcloud: true
delete_docker_cache: true
enable_pacemaker: true
run_tempest: false
extra_args: >-
  --libvirt-type qemu
  --ntp-server pool.ntp.org
  --control-scale 3
  --compute-scale 1
  -e /usr/share/openstack-tripleo-heat-templates/environments/docker.yaml
  -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml

log060318

generates error logs at step 4 overcloud deployment, which are attached to message.


Thanks.

Boris.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20180307/cb2840ea/attachment.html>


More information about the dev mailing list