- Apr 24, 2017
-
-
Eduardo Gonzalez authored
Allow remove all kolla images Allow remove specific kolla version images Allow remove dangling images Allow remove single images, all images matched Usage examples: * cleanup-images --all - Remove all kolla images * cleanup-images --image-version 4.0.0 - Remove all images matching 4.0.0 kolla_version * cleanup-images --dangling - Remove all dangling images * cleanup-images --image nova - Remove all nova images * cleanup-images --image nova-scheduler - Only remove nova-scheduler image Implements: blueprint add-cleanup-images-cli-options Change-Id: I997272098879350e13e0ac00762ae3485e618355
-
Jenkins authored
-
Jenkins authored
-
Bertrand Lallau authored
The OpenStack Integration Test Suite (Tempest) doesn't use oslo.policy library. oslo.policy is not used in codebase and not set in requirements.txt: https://github.com/openstack/tempest/blob/master/requirements.txt#L14 All policy.json related stuff must be removed. Change-Id: I0d8ee710979a7eebba1e8fc176450e4c0bcbe757
-
Jenkins authored
-
Surya Prakash Singh authored
In quick start added the correct link which can be used to setup the development environment with vagrant Change-Id: Id3eabe3da05264058fed3136acc4cd270b5134ae Closes-Bug: #1681978
-
- Apr 22, 2017
-
-
shaofeng_cheng authored
Change-Id: Ie080e64a0232ab2a3116003890c7b0550001db72
-
- Apr 21, 2017
-
-
Jenkins authored
-
- Apr 20, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
leiyashuai authored
The path of firewall plugin in kolla-ansible is wrong. Change-Id: I979af769d8bc31e3b6373a629e9e090b987d0058 Closes-Bug: #1684459
-
shaofeng_cheng authored
If the reference to the external-ceph-guide file configuration, glance only supports raw image format. I test can work normally of qcow2 image. If enable ceph in kolla,the config section is not config. see: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/glance/templates/glance-api.conf.j2 Change-Id: Ie42be099692049b9f07e869e833b62000cff9dcc
-
Jeffrey Zhang authored
When using cinder lvm backend storage driver, lvcreate will load dm_* linux modules when need. So /lib/modules is needed by cinder_volume container. Change-Id: I80985794d6aaa6b4ddc71680a97e0d07085dafa7 Closes-Bug: #1684378
-
- Apr 19, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Bertrand Lallau authored
Kibana index name prefix to create was wrong. As describe in 'kolla-ansible/ansible/roles/common/templates/conf/output/01-es.conf.j2' index prefix is "flog". Change-Id: I6c2a38808258a8968024bcf8992353ff9672e0f9
-
Vladislav Belogrudov authored
Currently Cinder configuration hard-codes tgtadm as the only iSCSI management utility. tgtd and tgtadm are older tools to manage iSCSI volumes. Newer versions of Linux distros use targetcli and kernel based iSCSI facilities (LIO) and can be a preferred way for some users. Change-Id: I10c0a7d596994a9201218e58ca2ad184774a8ce2 Closes-Bug: #1684139
-
Jenkins authored
-
Jenkins authored
-
- Apr 18, 2017
-
-
Jenkins authored
-
Jeffrey Zhang authored
When using panko event dispatcher and publisher in ceilometer, it depends on panko.conf file. Change-Id: Ie91c072b233597758955b70bd526b2603b86e995 Closes-Bug: #1672241
-
Jenkins authored
-
Jenkins authored
-
zhangdongqi authored
In task "Running Neutron vpnaas bootstrap container", parameter "volumes" of kolla_docker should be "{{ neutron_vpnaas_agent.volumes }}" NOT "{{ neutron_vpnaas_agent.image }}" Change-Id: Id7c95d4d6f53dfab384e387951eecf4d87459de Closes-Bug: #1683669
-
Jeffrey Zhang authored
Change-Id: I3b3ad184dea6b93f21c8778386c04a93b38bc2af Closes-Bug: #1683802
-
Vladislav Belogrudov authored
Currently if Ceph is used for Cinder volumes the only choice of backup driver is Ceph. It should be possible to use any backup driver for any volume type, e.g. iSCSI volumes can go to Ceph based backup storage. Change-Id: Ifc8a767b9030391580de6a24383bb6b87053835d Closes-Bug: #1683715
-
Jenkins authored
-
Bertrand Lallau authored
"/run/:/run/:shared" is previously declare as "mounted" in container, hence "/run/netns/:/run/netns/:shared" directory volume mount is not required and must be removed. Related-Bug: #1683584 Change-Id: Ia7032843c493e8a883edd2f4ec12e0fdefc823a3
-
Jenkins authored
-
Jenkins authored
-
- Apr 17, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Mark Goddard authored
This change updates the ironic_inspector container deployment tasks to use the new kolla ironic-inspector image (see kolla change Ibdc5ba35db61f4974d4282aff34bcb5ccd952d45). The new image uses the ironic-inspector user rather than the ironic user to execute the ironic inspector service as this more closely aligns with what is typically done by downstream packagers (specifically, Ubuntu and RDO). This change sets the owner and group to ironic-inspector when copying configuration files into place, and uses the log directory /var/log/kolla/ironic-inspector. Change-Id: I8579d5c2d741636406ff60bececc74b50743b83e Depends-On: Ibdc5ba35db61f4974d4282aff34bcb5ccd952d45 Closes-Bug: #1624457
-
Jenkins authored
-