Commit Graph

19 Commits

Author SHA1 Message Date
Michal Nasiadka bc79012f46 Drop Swarm support
Label validator function has been left behind, although it's not
checking for anything right now - might be useful in future.

Change-Id: I74c744dc957d73aef7556aff00837611dadbada7
2024-01-24 13:20:21 +13:00
Diogo Guerra 11bcc17568 Drop bay and baymodel from magnum
- Drop bay and baymodel tests
- Drop bay and baymodel from controllers

Depends-On: Ib85e4fda8e4ac467bd49590dc72ba5913bb9a19d

Story: 2009104
Task: 42957
Task: 42959

Signed-off-by: Diogo Guerra <diogo.filipe.tomas.guerra@cern.ch>
Change-Id: Ida2e42c86400438951d9804e3ce122c56a46b94f
2023-05-09 13:59:57 +00:00
Jake Yip df5bb49bf2 Remove Swarm documentation
Swarm is deprecated. Remove all documentation for swarm to reflect
that.

Also fix up image used, from fedora-atomic to fedora-coreos

Change-Id: I67fa19bf5637e61464e682e7787b795b7604d569
2023-05-07 07:44:11 +00:00
Jake Yip 9ad849db7c Drop mesos documentation
Remove all mention of mesos in documentation prior to removing it in
code.

Story: 2009873
Task: 44581

Change-Id: Ib3bc3ee578bd5e3fd8124ebd370a36ec2fd735c2
2022-04-28 00:17:26 +10:00
Alexandra Settle 2153287a6d Fixing broken links
This also removes reference to the deprecated DevStack gate.
A few links have been removed, namely anything relating to
/elements/ as it doesn't appear to exist anymore and I cannot
find any reference to it. If anyone can point me in the right
direction, that would be appreciated.

Change-Id: Ie3fab1afc5b2958819b74c39a0e492fd7da5d6a3
Backports: stein rocky
Signed-off-by: Alexandra Settle <asettle@suse.com>
2019-09-12 14:29:00 +00:00
Zuul b9557eabe1 Merge "Update keystone_authtoken config reference" 2019-08-01 08:25:20 +00:00
Andreas Jaeger df54de88a3 Update docs links
Many links are broken or point to redirect pages, update all of them.

Use better RST for intra-document links so that they do not silently
break if documents move.

Use opendev.org consistently for git.

Change-Id: I8fedff2fff82177fd12da808b8b421270cbe2d95
2019-07-26 15:41:57 +02:00
Colleen Murphy 720f569444 Update keystone_authtoken config reference
The auth_uri parameter of keystonemiddleware was renamed to
'www_authenticate_uri'[1], so update the documentation accordingly.

[1] https://review.opendev.org/508522

Change-Id: I70b165a8170dc52b9e763d828b2f6d4ee6ced41d
2019-06-12 15:20:50 -07:00
caoyuan f82c61f856 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Id89f1eaa80623610594e5945a0b73beee7f09c5a
2019-05-22 16:21:24 +08:00
Ian Wienand ae6933ffce Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ie288c147a3cbdd19abd257bf14972c316db6d67c
2019-03-24 20:34:05 +00:00
wangqi 1c0b97277c fix a typo
Change-Id: I070ed0cb6ebe44b895a0fea602d02f917bfe4e4a
2018-04-18 04:23:25 +00:00
Spyros Trigazis 65dfb2009f Add openstack_ca_file configuration option
In the drivers section of magnum.conf add openstack_ca_file.
This file is expected to be a CA Certificate OR CA bundle
which will be passed on every node and it will be installed
on the host's CA bundle.

Update devstack plugin to use the ssl bundle if tls-proxy is
enabled.

Install the CA for drivers:
k8s_coreos_v1
k8s_fedora_atomic_v1
k8s_fedora_ironic_v1
mesos_ubuntu_v1
swarm_fedora_atomic_v1
swarm_fedora_atomic_v2

Add doc in troubleshooting-guide.

Add release notes.

Closes-Bug: #1580704
Partially-Implements: blueprint heat-agent
Change-Id: Id48fbea187da667a5e7334694c3ec17c8e2504db
2018-01-17 14:58:56 +00:00
Zuul 5afd301892 Merge "Do not use “-y” for package install" 2017-11-24 09:34:02 +00:00
Kirsten G b07b6f34d5 Add verify_ca configuration parameter
Added configuration parameter, verify_ca, to magnum.conf with default
value of True. This parameter is passed to the heat templates to
indicate whether the cluster nodes validate the Certificate Authority
when making requests to the OpenStack APIs (Keystone, Magnum, Heat).
This configuration parameter can be set to False to disable CA
validation.

Co-Authored-By: Vijendar Komalla <vijendar.komalla@rackspace.com>

Change-Id: Iab02cb1338b811dac0c147378dbd0e63c83f0413
Partial-Bug: #1663757
2017-11-21 10:25:32 -08:00
Vu Cong Tuan 8a875af39a Do not use “-y” for package install
According to "code conventions" [1], do not use "-y" option.
Instead, use apt-get install package, yum install package,
or zypper install package.

[1] https://docs.openstack.org/doc-contrib-guide/writing-style/
code-conventions.html

Change-Id: Id5120af11c4f7a4d3d24b10ca2fdf3a243d482f4
2017-11-07 11:45:17 +07:00
Luong Anh Tuan 9899aa1444 Using --option ARGUMENT
The OpenStack CLI commands support both --option ARGUMENT and --option=ARGUMENT.
In technical publications, use --option ARGUMENT.[1]

[1]https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions.html

Change-Id: I5fb024a9c320fddc1eb3df2b49a784e59861f821
2017-11-04 02:49:00 +00:00
yang wang 532fc26535 Fix to use the correct hyperlink.
The existing urls are 404.

Change-Id: I53db8947411187613f80595ead48c5d58adabf6b
2017-09-29 11:53:10 +00:00
chao liu 1d9101be0d writing convention set to use "." to source script files
refer to:
https://docs.openstack.org/contributor-guide/writing-style/ \
code-conventions.html

Change-Id: I25bc8a60413b2afb2dd33b79913a29f2764a695e
2017-08-28 01:22:57 +00:00
Madhuri Kumari fb0dedb211 [doc-migration] Add admin folder for related documents
Change-Id: I4e53423f53fd70382a18fd7aca50145b5bd16fac
2017-07-19 15:37:35 +05:30