Commit Graph

2181 Commits

Author SHA1 Message Date
caoyuan
27e18daea7 Add cpu_mode in nova.conf
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
2018-06-21 17:22:50 +08:00
Zuul
cc30691207 Merge "Updates Launchpad references to Storyboard" 2018-06-20 00:53:55 +00:00
Zuul
ef03612edf Merge "Add fluentbit sidecars to ceph mon and ceph osd charts" 2018-06-19 23:53:24 +00:00
Steve Wilkerson
b9209c47bf Add fluentbit sidecars to ceph mon and ceph osd charts
This adds fluentbit sidecar containers to the ceph mon and ceph
osd charts, allowing for the gathering of ceph logs that arent
sent to stdout and stderr. This sidecar container mounts a shared
directory on /var/log/ceph, and fluentbit is configured to tail
the log files in this directory and tag the event messages
appropriately before forwarding them to fluentd. This behavior can
be toggled on or off via values, and its proposed to be disabled
by default

Change-Id: Ia2c944a68f9e7d831ac0fe11ed09468d0dc9ce71
2018-06-19 15:17:53 -05:00
Zuul
c94042d619 Merge "Passwordless sudo Documentation" 2018-06-19 19:29:59 +00:00
ubuntu
f5360ba1f9 Passwordless sudo Documentation
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
2018-06-19 14:39:57 +00:00
Zuul
6f590a8d52 Merge "Update armada source repository for armada multinode check" 2018-06-14 16:45:47 +00:00
Zuul
5d4575e0fe Merge "Deployments: Use current kubernetes deployment version" 2018-06-14 15:54:03 +00:00
Pete Birley
67aed694c4 Deployments: Use current kubernetes deployment version
This PS moves to use the current ga version for kubernetes deployments.

Story: 2002205
Task: 21735
Depends-On: Icb4e7aa2392da6867427a58926be2da6f424bd56

Change-Id: I062a8a29dff70427ee9bcf09f595011b3611b0b1
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-13 21:29:59 -05:00
Pete Birley
641cc4a15a Cinder: update functions to live in correct locations
This PS simply moves functions within the chart to their correct location.

Change-Id: I6430304528b964d9babcd54e3336f3016b8efde6
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-13 17:43:47 -05:00
Pete Birley
f0937065ed Neutron: Increase default number of RPC workers
This PS increases the number of default RPC works to a more
sane value - even with a large number of replicas a single worker
thread has difficulty keeping up.

Change-Id: I9a4ce7a88983b52c506b6a5f6253688f8a3aa61e
Depends-On: I705f2ddf3facfe56838f606f88cfb15b822d18a5
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-13 13:17:27 +00:00
Zuul
db895584f2 Merge "Ceph-config-helper: Add rgwadmin python package" 2018-06-13 00:14:41 +00:00
Steve Wilkerson
d891abc685 Update armada source repository for armada multinode check
This ps changes the git source for armada to reflect the move to
airship-armada in the openstack namespace

Change-Id: I6bb274d4c309eba5083702ecb614b4da42e84199
2018-06-12 19:01:51 +00:00
Pete Birley
bc0df0a482 Developer environment: remove ipcalc from required packages
This ps removes ipcalc from the required packages for the developer
environment.

Change-Id: Iaa56150663605f9a880007d140cf03ec739d5371
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-12 18:32:19 +00:00
Steve Wilkerson
9c44676649 Ceph-config-helper: Add rgwadmin python package
This adds the rgwadmin python package to the ceph config helper
image, allowing it to be used for creating s3 buckets for radosgw
to be used with elasticsearch

Change-Id: I2c633a4715ef1fdccd833cc8eeaefddbecb0cec4
2018-06-12 18:24:59 +00:00
zhulingjie
cf98731b69 Remove the duplicated words
Change-Id: I36da4bda4fb4772e92118501c4d68f3623cfeb18
2018-06-10 19:03:10 -04:00
Pete Birley
4f7af527ba Glance: Allow upload of large images by default
This PS allows uploading of large images by default.

Change-Id: I91f3e0ca7950f176511b8d8c6bddb12ffd2591bd
2018-06-18 13:16:43 -05:00
Zuul
0163d9c17d Merge "Dynamic dependencies: remove unused variable" 2018-06-17 16:51:47 +00:00
Zuul
a3475ae9c8 Merge "Gotpl: remove quote and trunc to suppress output" 2018-06-17 07:14:10 +00:00
Pete Birley
75ecf8fdf4 Gotpl: remove quote and trunc to suppress output
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>
2018-06-16 18:52:13 +00:00
Pete Birley
dd006e9569 Libvirt: add dynamic deps on neutron agents as option.
This PS adds the ability for the Libvirt chart to depend on
neutron agents being up if desired.

Change-Id: I7cd2dca4416d1852261591a0064381ae2b087b9a
Depends-On: Idcade7eebed317852b70392431ed02a352241c9b
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-16 17:54:53 +00:00
Pete Birley
b1e515529f Dynamic dependencies: remove unused variable
This PS removes an unused variable from the resolution of
dynamic pod dependencies.

Change-Id: I95728a7b91d5143c2a44566179ef8066727020af
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-16 14:19:26 +00:00
Pete Birley
5cfa1501a2 Daemonsets/Deployments: Use current kubernetes api version
This PS moves to use the current ga version for kubernetes daemonsets,
additionally any remaining deployments that were using the
`extensions/v1beta1` have been updated to `apps/v1`.

Story: 2002205
Task: 21735
Depends-On: If9703162dc472af1e6096bf2b9062802fd5ce8ab

Change-Id: Iba4e3d2798c54639e077b80999e669c79b616c6f
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-15 14:35:31 -05:00
Zuul
d76591d974 Merge "Update developer references 'upgrade' section" 2018-06-10 13:14:14 +00:00
Bertrand Lallau
e06ea9f7db Update developer references 'upgrade' section
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
2018-06-10 13:04:07 +00:00
Bertrand Lallau
ae71d5ff7d Update developer references 'networking' section
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
2018-06-10 13:03:47 +00:00
Zuul
a68070990d Merge "Add docs bug link to storyboard" 2018-06-10 01:03:13 +00:00
mattmceuen
602358403d Updates Launchpad references to Storyboard
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
2018-06-09 20:00:11 -05:00
chenxing
976167a7bd Add docs bug link to storyboard
Change-Id: If6f204e5fbe5581afb54d585127145d8c2ef992d
2018-06-08 16:45:21 +08:00
Zuul
7051db7c81 Merge "Keystone: add deps for rabbitmq job" 2018-06-06 15:36:26 +00:00
Zuul
c72095b919 Merge "Cinder: add deps for rabbitmq job" 2018-06-06 15:36:25 +00:00
Zuul
a09fa5c954 Merge "Mistral: add deps for rabbitmq job" 2018-06-06 15:36:24 +00:00
Zuul
b50eafdb4a Merge "Fix the external_dns_nameservers path" 2018-06-06 04:30:58 +00:00
Zuul
0031c382ed Merge "neutron: use defaults to be appropriate "good enough" for most users" 2018-06-05 22:57:39 +00:00
Pete Birley
ff2e807795 Mistral: add deps for rabbitmq job
This PS adds dep checking for the rabbitmq management jobs.

Change-Id: I513213317c235b57d6877dc5c012fef03f484c1b
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-05 17:50:28 -05:00
Pete Birley
75b1af3897 Keystone: add deps for rabbitmq job
This PS adds dep checking for the rabbitmq management jobs.

Change-Id: Ibdaa1a9d6db0eb8fae83ba6390d629af7ee63571
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-05 17:48:40 -05:00
Pete Birley
cc67153031 Cinder: add deps for rabbitmq job
This PS adds dep checking for the rabbitmq management jobs.

Change-Id: Ib5702e0fa681b51072edc33a518b98fcb45c114e
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-05 17:44:58 -05:00
Zuul
fb22bbf6cf Merge "Supplement necessary message for etcd chart" 2018-06-04 19:53:21 +00:00
Zuul
a958b5cc64 Merge "Update the home page for openstack project" 2018-06-02 06:04:58 +00:00
Zuul
20806414e0 Merge "Fix typo" 2018-06-01 19:24:58 +00:00
Zuul
4a2118ec2a Merge "Fix handful of trivial items in docs" 2018-06-01 15:41:51 +00:00
Zuul
dbe845610a Merge "Fix typo" 2018-06-01 15:41:50 +00:00
zhulingjie
f3ae7fa463 Fix the external_dns_nameservers path
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
2018-05-31 18:39:02 -04:00
Tin Lam
e66438b887 Fix pip package version
The python "cmd2" package installs version 0.9+ on Python 2.7,
which only support Python 3.4+. This causes a dependency error in
the gate due to issue outlined in [0].  We will pre-install a
capped version of "cmd2" that would work with Python 2.7.

[0] https://github.com/python-cmd2/cmd2/issues/421

Depends-On: I34cbde65b74efc2805bd7785f84878783d2badbf

Change-Id: I35c5b1cf2253bd3ab953745a795be8ac42668053
Signed-off-by: Tin Lam <tin@irrational.io>
2018-05-30 02:28:06 -05:00
zhulingjie
eb80c4f7f1 Update the home page for openstack project
Change-Id: I3841873915bb6e10e55375cd170688a7d6810535
2018-05-27 14:01:50 -04:00
zhulingjie
48486e3e20 Supplement necessary message for etcd chart
add home page, sources, and maintainers

Change-Id: I00e9b42da427e6bafef4bc5fec908eae9081a4db
2018-05-27 13:42:59 -04:00
Tin Lam
fdfca4b0fb Fix handful of trivial items in docs
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>
2018-05-25 19:26:03 -05:00
Chris Wedgwood
4860fe9580 consistency; update remaining charts to entrypoint v0.3.1
Change-Id: I1db8c9bd4e29692da5902be385ea6c9e179e987c
2018-05-25 19:17:08 +00:00
Chris Wedgwood
f1ed9027ff neutron: use defaults to be appropriate "good enough" for most users
Change-Id: Id9923de748e73704f46d215f6687c66e50d28b8d
2018-05-25 19:11:11 +00:00
Zuul
21f443e2a0 Merge "Add project mascots as charts icons for gnocchi" 2018-05-24 06:29:36 +00:00