Magnum quickstart doc swarmbay errors and missing steps

Bug #1587638 reported by Jaycen Grant
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Magnum
Fix Released
Undecided
Jaycen Grant

Bug Description

In the magnum quickstart guide, there are the following errors and a missing step for correct setup:

1) In the building and using a swarm bay section, there is a missing env setup needed to support TLS. DOCKER_TLS_VERIFY needs to be set to "1"

2) In the building and using a swarm bay section, the calls to sign the CSR and download the cert are missing parameter names in the call.

magnum ca-sign swarmbay client.csr > cert.pem
magnum ca-show swarmbay > ca.pem

Should be:

magnum ca-sign --bay swarmbay --csr client.csr > cert.pem
magnum ca-show --bay swarmbay > ca.pem

3) In the building and using a swarm bay section, the command to set the DOCKER_HOST env variable is incorrect since the bay-show command includes "https://" before the ip address which is the wrong format for the variable. Needs to be updated and also include export command.

Changed in magnum:
assignee: nobody → Jaycen Grant (jaycen-v-grant)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to magnum (master)

Fix proposed to branch: master
Review: https://review.openstack.org/323600

Changed in magnum:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnum (master)

Reviewed: https://review.openstack.org/323600
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=6e39cbb231a82f59826f47029bd0c08f84a7f7d9
Submitter: Jenkins
Branch: master

commit 6e39cbb231a82f59826f47029bd0c08f84a7f7d9
Author: Jaycen Grant <email address hidden>
Date: Tue May 31 06:55:17 2016 -0700

    Update for Swarm Bay quickstart docs

    Updated quickstart guide to fix the bugs reported in bug 1587638
    Including missing TLS env variable, missing command parameters on
    ca-sign ca-show, and updated DOCKER_HOST env variable setup.

    Change-Id: Iaa0157cd0032d8b74d0c4b67ff293a56a1b97012
    Closes-Bug: #1587638

Changed in magnum:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/magnum 3.0.0

This issue was fixed in the openstack/magnum 3.0.0 release.

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.