Adapt config downloads in quickstart for deployed servers

Bug #1734158 reported by Bogdan Dobrelya
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Incomplete
Medium
Unassigned

Bug Description

In quickstart, there is a template https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/overcloud-deploy/templates/config-download.yaml.j2 , and a flag deploy_steps_ansible_workflow, that configures port mappings for deployed servers, yet does this too opinionated and consumable with only CI multinode cases.

The flexible approach should follow the deployed server docs https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/deployed_server.html#network-configuration and allow users, say RDOcloud to meet their case, which is to transform :

  DeployedServerPortMap:
 controller0-ctlplane:
   fixed_ips:
  - ip_address:

into configurable:

  DeployedServerPortMap:
 <host-cloud-nova-server-hostname>-ctlplane:
   fixed_ips:
  - ip_address: <host-cloud-ctlplane-subnet-IP>

Note that, 'tripleo-ansible-inventory --list' command shows overcloud group only when there is an undercloud stack called "overcloud" exists.
If it's called something different, you have to export TRIPLEO_PLAN_NAME=foo. The issue is that the quickstart's config-download.yaml template expects the overcloud stack to already present, while it's being created later, when overcloud deploy commands executes.
For config download to work the deploy of the heat stack must already be complete, that's not that quickstart's deploy_steps_ansible_workflow follows yet.
This chicken and egg problem for deployed servers should be resolved as well.

Tags: quickstart ux
Changed in tripleo:
importance: Undecided → Medium
milestone: none → queens-2
status: New → Triaged
tags: added: quickstart
summary: - Adapt config downloads for deployed servers
+ Adapt config downloads in quickstart for deployed servers
description: updated
Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

Added UX tag as this issue might block openstack clouds users using deployed servers and trying external deployments performed with configs download mechanism.

description: updated
tags: added: ux
description: updated
Changed in tripleo:
milestone: queens-2 → queens-3
Changed in tripleo:
milestone: queens-3 → queens-rc1
Changed in tripleo:
milestone: queens-rc1 → rocky-1
Changed in tripleo:
milestone: rocky-1 → rocky-2
Changed in tripleo:
milestone: rocky-2 → rocky-3
Changed in tripleo:
milestone: rocky-3 → rocky-rc1
Changed in tripleo:
milestone: rocky-rc1 → stein-1
Changed in tripleo:
milestone: stein-1 → stein-2
Changed in tripleo:
milestone: stein-2 → stein-3
Changed in tripleo:
milestone: stein-3 → train-1
Changed in tripleo:
milestone: train-1 → train-2
Changed in tripleo:
milestone: train-2 → train-3
Changed in tripleo:
milestone: train-3 → ussuri-1
Changed in tripleo:
milestone: ussuri-1 → ussuri-2
wes hayutin (weshayutin)
Changed in tripleo:
milestone: ussuri-2 → ussuri-3
wes hayutin (weshayutin)
Changed in tripleo:
milestone: ussuri-3 → ussuri-rc3
wes hayutin (weshayutin)
Changed in tripleo:
status: Triaged → Incomplete
wes hayutin (weshayutin)
Changed in tripleo:
milestone: ussuri-rc3 → victoria-1
Changed in tripleo:
milestone: victoria-1 → victoria-3
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.