Skip to content
Snippets Groups Projects
  1. Sep 18, 2019
  2. Jun 17, 2019
  3. Nov 23, 2018
  4. Sep 28, 2018
  5. Jun 26, 2018
  6. May 21, 2018
  7. Jan 31, 2018
  8. Jan 23, 2018
  9. Sep 08, 2017
    • Andreas Jaeger's avatar
      Fix quickstart links · 67cce63a
      Andreas Jaeger authored
      Checking http://files.openstack.org/docs-404s/2017-09-08.txt the link
      /kolla-ansible/latest/quickstart.html gives a 404 and is most wanted.
      
      The link now is /kolla-ansible/latest/user/quickstart.html - let's
      update in tree docs for this.
      
      Fix other broken links as well - with using intra-links instead of
      external links - this will make it easier to notice breakage when files
      are moved.
      
      Change-Id: I62655afd9f270fa83c07d86aa91346af6337ca32
      67cce63a
  10. Sep 06, 2017
  11. Jul 21, 2017
  12. Apr 03, 2017
    • caoyuan's avatar
      Fix the "tox -e docs" failed · b9378126
      caoyuan authored
      doc/running-tests.rst:64: D001 Line too long
      doc/bifrost.rst:164: D000 Unknown target name: "edit-inventory".
      doc/nova-fake-driver.rst:: WARNING: document isn't included in any
      toctree
      
      Change-Id: I83bb44ed10cb464f87e5235a423a475151ace208
      b9378126
  13. Mar 22, 2017
  14. Mar 15, 2017
    • Mark Goddard's avatar
      Add an Ansible group for bifrost · 00a1bd3a
      Mark Goddard authored
      It is not currently possible to deploy Bifrost on a host other than the
      Ansible control host. A deployer may want to manage an Ansible control
      environment remotely from the Bifrost deployment host but is currently
      unable to.
      
      This change adds a new top level 'deployment' Ansible group and a
      'bifrost' Ansible group containing the 'deployment' group. The Ansible
      play in ansible/bifrost.yml is now targeted at the hosts in the
      'bifrost' group. For backwards compatibility, the all-in-one and
      multinode inventories add localhost to the deployment group. This allows
      a deployer to deploy Bifrost on a remote host by modifying the hosts in
      the deployment or bifrost groups.
      
      Change-Id: I76808feab5dd67dff63379ed9c7d08a105636acf
      Closes-bug: #1665373
      00a1bd3a
  15. Feb 15, 2017
    • Jeffrey Zhang's avatar
      Fix doc format · 397d79c2
      Jeffrey Zhang authored
      Get follwing error when running tox -edocs
      
      doc/bifrost.rst:91: D001 Line too long
      doc/manila-hnas-guide.rst:28: D000 Title underline too short.
      doc/manila-hnas-guide.rst:28: D000 Title underline too short.
      doc/networking-guide.rst:93: D000 Title underline too short.
      doc/networking-guide.rst:93: D000 Title underline too short.
      doc/multinode.rst:14: D001 Line too long
      doc/quickstart.rst:474: D001 Line too long
      doc/vagrant-dev-env.rst:129: D001 Line too long
      
      Change-Id: I88090487a4710547224361d29aaf8371f8340c28
      397d79c2
  16. Jan 28, 2017
    • Sayantani Goswami's avatar
      Update Kolla-Ansible documents · 5b35e389
      Sayantani Goswami authored
      Kolla-ansible related documents existed on both Kolla and Kolla-Ansible
      repositories. A lot of Kolla-ansible related documents were updated in
      the Kolla repository. Porting the changes made to these documents in
      Kolla repo to Kolla-Ansible repo so that the Kolla-ansible documents can
      be removed (Refer to patch https://review.openstack.org/#/c/425749/)
      
      Change-Id: I7c53626ce551189acdb0dcbabe9369b81eed3347
      5b35e389
  17. Nov 28, 2016
  18. Nov 09, 2016
    • wanglmopenstack's avatar
      source doc bifrost.rst charactor error · b3808333
      wanglmopenstack authored
      source doc bifrost.rst have a character error :
      If you encounter this issue you will have to acess the server
      the character acess shoud be access
      
      Change-Id: I3be61abe57cd7eda955ce63be3fd1cd7227f433b
      Closes-Bug: #1640476
      b3808333
  19. Nov 06, 2016
  20. Oct 17, 2016
  21. Sep 29, 2016
  22. Aug 31, 2016
    • Sean Mooney's avatar
      add deploy-servers command · 64c40e20
      Sean Mooney authored
      - This change extends kolla-ansible
        with a deploy-server command to enroll and deploy
        physical servers with bifrost.
      
      Change-Id: Iaa9f34b00e676569f6e3df679b7454b1ec0b8e34
      Implements: blueprint bifrost-support
      64c40e20
    • Sean Mooney's avatar
      adds bifrost ssh key generation · 538dbac2
      Sean Mooney authored
      - This change extend the genpwd.py
        command to generate an ssh key pair
        bifrost.
      - This change bifrost config and bootstrap
        task to install the generated keys.
      - This change updates the bifrost guide to
        discribe how to provide your own key.
      
      Change-Id: I05243f58843d9195cace253dff5628fae89c78e8
      Implements: blueprint bifrost-support
      538dbac2
    • Sean Mooney's avatar
      add bifrost deploy ansible support · 96b3f0ae
      Sean Mooney authored
      - This change addes the ability to deploy
        and bootstrap bifrost.
      - This change introduces a deploy-bifrost
        command to kolla-ansible.
      
      Change-Id: I62afcf348661add900c98904e90a15a0eddffd4b
      Implements: blueprint bifrost-support
      96b3f0ae
    • Sean Mooney's avatar
      introduce bifrost-deploy container · a9e16c8b
      Sean Mooney authored
      - This change adds support for building and deploying
        a bifrost container for baremetal provisioning.
      - This change documents how to manually deploy and bootstrap
        the bifrost container.
      
      Implements: blueprint bifrost-support
      Change-Id: I7d895839b11cbf916be33225875465c3358b5aa4
      a9e16c8b
Loading