With libvirt 2.0, when using qemu cpu mode is not properly
evaluated and need to be set to cpu_mode = none.
Add this option when kvm is not supported, otherwise user
will still facing errors when launching instances over qemu.
Change-Id: Ib00fa257fb33fd3281f484a47a945640da8dda56
The information to setup passwordless sudo is only present for
multinode deployment. This patch moves all common requirements to
a 'Common Requirements' location before any of the deployment
instructions.
Change-Id: I22b14dec2153dabd57b451e0a8f7d30d423760b0
This PS removes the use of the `quote and truncate` approach to
suppress output from gotpl actions in templates and replaces it
with the recommended practice of defining `$_` instead.
Change-Id: I5f35c5f7e70b4f7f461d772e3b72ed1c695c56a8
Signed-off-by: Pete Birley <pete@port.direct>
Developer References "upgrade" section is out of date
and must be adapted to the new code base.
Some typos have been fixed too.
Change-Id: I4943d080f569ebb95411748e8e9d5cc571043f7c
Developer References "networking" section is out of date
and must be adapted to the new code base.
Furthermore it fixes some typos.
Change-Id: I57fab662e20973e89bf99079fa194d5e5035e6d9
Updates references to Launchpad to now point to Storyboard, since OSH has
migrated to that platform. "Report a bug" type references are updated to
point straight to the OSH project proper in Storyboard, while general backlog
type references are updated to point to the OSH Project Group.
Change-Id: I63e290f34763847e71e14e4471e7ee9460d8cff9
Task: 21684
Story: 2002199
the openstack-helm-infra code is been cloned in current directory,
rather than in /opt, the external_dns_nameservers where find should
be updated.
Change-Id: Ide0949cea15f9f144a960783b95154ec08f9d448
This fixes up typographical errors, capitalization issues and minor
stylistic formatting in the documentations.
Change-Id: I1951a90d48cc22e7f8c0516fc53f4018ef0a9a5d
Signed-off-by: Tin Lam <tin@irrational.io>
This PS udpates the node cleaning document to better describe how
to remove a development deployment of OSH.
Change-Id: I80b0e522c6b9dc8bb7c4e180ae71997406d91e1c
the 000-install-packages.sh script depend on the code clone, so when
install the packages, the 000-install-packages.sh not exists, we
can't run the script directly, this PS to remove it.
Change-Id: I0a53fbc5b4b79a9bd55f28700b46e61baec423da
Adds a spec outlining the work that must be completed for
OpenStack-Helm to be ready for a 1.0 Release.
Change-Id: If0f9ddc14a0c1730426bfaad0a18aca59d61e307
Move to v0.3.1 of kubernetes-entrypoint which has 2
breaking changes to pod dependencies, and also adds support for
depending on jobs via labels.
Change-Id: I49d2cea11fbe5c5919ae22a020b877ebbb285992
A link referencing software verion is broken (404). This patch set updates
the link the correct ansible var yaml file.
Change-Id: I9383ad2bee1fa4671606a9ce19fa3965adcc2c52
Signed-off-by: Tin Lam <tin@irrational.io>
This version is already being used by some charts, so this brings the
rest of the charts in line and allows them to use a new feature,
pod dependencies, that this version provides.
Change-Id: Ie8289eb09b31cd8f98c2c5b4dd5bbe469078e6d8
kubeadm-aio install guide has been fully refactor in the
following commit 8ce88e52e01ac5c49ebcb01e7c646acaee08c064, hence
gates doc must be adapted.
Change-Id: Iee752030150257832d102af21ce78d1ee2efd4e0
After a handful of restructuring of the project, basic_launch.sh
was removed and replaced by series of launch script. However, the
documentation was never updated to reflect this change resulting
in broken link and outdated references. This patch set provides
the update for the documentation.
Change-Id: Iee809c1e6660f9d3c44241b58ceea2788654a304
Signed-off-by: Tin Lam <tin@irrational.io>
Use a utility container for ipcalc on all platforms; this avoids
having to find the package on platforms where it's not easily
available and we avoid argument differences.
Change-Id: I6c6e719f8eeb8d4214ebb0111e9d8f8b659db396
This PS moves the default image in OSH for most services to use LOCI
and also provides a Kolla gate for newton openstack.
Change-Id: Ice6cb9f89bc3ce6e8280e580d215aedda9e71904
With the recent changes to the AIO guide[0] the link in the readme
now sends to a non-existing page. This change updates the link and
removes an extra comma in the link text.
[0] https://review.openstack.org/534408
Change-Id: I0269842c60ba0a1466306aaabc61fb6619471b01
Closes-Bug: #1744793
This PS simply fixes a few typos in an all-in-one code block
example dedicated to setting up the gateway. It also adds
additional information about how to set up auth information
to use the python-openstackclient.
Change-Id: Ie9cc63d3d435c474c3cbda90964f2eababa81139
This patchset adds in additional note to allow users to
use the OpenStack client to connect to the services without
the connection routed to the proxy, if one exists.
Change-Id: I8360b1e90d8c0cce6abe7bdc27d71d86427450c4
Signed-off-by: Tin Lam <tin@irrational.io>