[rdo-list] TripleO CI end of sprint status
by Arx Cruz
Hello,
On October 10 we came to our first end of sprint using our new team
structure [1], and here’s the highlights:
TripleO CI Infra meeting notes:
-
Zuul v3 related patch:
-
The new Zuul v3 doesn’t have the cirros image cached, so we have a
patch to change the tempest image to default value, that is download the
image from cirros website.
-
https://review.openstack.org/510839
-
Zuul migration
-
There will have an outage in order to fix some issues found during
the Zuul migration to v3
-
http://lists.openstack.org/pipermail/openstack-dev/2017-October/123337.html
-
Job for migration
-
We are planning to start moving some jobs rom rh1 cloud to rdo cloud.
-
RDO Software Factory outage
-
There were an outage on RDO cloud on October 9, some jobs were
stalled for a long time, now everything is working.
Sprint Review:
The sprint epic was utilizing the DLRN api across TripleO and RDO [2] to
report job status and promotions, and we set several tasks in 20 cards, and
I am glad to report that we were able to complete 19 cards! Some of these
cards generate some tech debts, and after a review, we got 11 card in the
tech debt list, plus 3 new bugs opened and XYZ bugs closed by the Ruck and
Rover.
One can see the results of the sprint via https://tinyurl.com/yblqs5z2
Below the list of new bugs related to the work completed in the sprint:
-
https://bugs.launchpad.net/tripleo/+bug/1722552
-
https://bugs.launchpad.net/tripleo/+bug/1722554
-
https://bugs.launchpad.net/tripleo/+bug/1722558
And here the list of what was done by the Ruck and Rover:
-
https://bugs.launchpad.net/tripleo/+bug/1722640
-
https://bugs.launchpad.net/tripleo/+bug/1722621
-
https://bugs.launchpad.net/tripleo/+bug/1722596
-
https://bugs.launchpad.net/tripleo/+bug/1721790
-
https://bugs.launchpad.net/tripleo/+bug/1721366
-
https://bugs.launchpad.net/tripleo/+bug/1721134
-
https://bugs.launchpad.net/tripleo/+bug/1720556
-
https://bugs.launchpad.net/tripleo/+bug/1719902
-
https://bugs.launchpad.net/tripleo/+bug/1719421
[1] https://review.openstack.org/#/c/509280/
[2] https://trello.com/c/5FnfGByl
7 years, 1 month
[rdo-list] [Meeting] RDO meeting (2017-10-11) minutes
by Javier Pena
==============================
#rdo: RDO meeting - 2017-10-11
==============================
Meeting started by jpena at 15:00:25 UTC. The full logs are available
at
http://eavesdrop.openstack.org/meetings/rdo_meeting___2017_10_11/2017/rdo...
.
Meeting summary
---------------
* roll call (jpena, 15:00:35)
* Infrastructure topics (jpena, 15:03:03)
* Published review.rdo config-core policy (jpena, 15:09:48)
* Fedora SIG status (jpena, 15:12:17)
* Fedora OpenStack SIG is live (number80, 15:13:07)
* LINK: https://pagure.io/fedora-infrastructure/issue/6435 (number80,
15:13:10)
* mrunge updated clients in F27 (number80, 15:13:33)
* Arrfab has updated CentOS Cloud to RDO pike (number80, 15:17:00)
* LINK:
https://arrfab.net/posts/2017/Oct/11/using-ansible-openstack-modules-on-c...
(number80, 15:17:06)
* Announcements (jpena, 15:23:15)
* RDO booth in Sydney needs you! (number80, 15:24:35)
* LINK: https://etherpad.openstack.org/p/rdo-sydney-summit-booth
(number80, 15:24:45)
* RDO Social @ OpenStack Summit (number80, 15:24:54)
* LINK:
https://www.eventbrite.com/e/rdo-social-at-the-pumphouse-tickets-38766394329
(number80, 15:25:21)
* chair for next meeting (jpena, 15:27:09)
* open floor (jpena, 15:27:50)
Meeting ended at 15:32:29 UTC.
People present (lines said)
---------------------------
* jpena (32)
* number80 (25)
* rbowen (21)
* Duck (18)
* dmsimard (15)
* openstack (11)
* jruzicka (6)
* chandankumar (4)
* rdogerrit (3)
* apevec (3)
* ykarel (2)
* amoralej (2)
* jschlueter (1)
Generated by `MeetBot`_ 0.1.4
7 years, 1 month
[rdo-list] Problems with the private RDO container registry
by David Moreau Simard
Hi,
TL;DR: All images have been mistakenly deleted by a script [0], sorry
about that. Images and tags will be repopulated on the next periodic
job.
As you might already know, the private RDO container registry we use
for CI purposes is an "OpenShift Standalone Registry" [1].
This implementation replaced the (now) deprecated Atomic Registry [2][3].
In a nutshell, it is an OpenShift deployment without all the bells and
whistles of OpenShift: apps.
It only contains the internal OpenShift registry as well as the
registry console web interface and this registry is exposed for
consumption.
OpenShift Standalone Registry was a bit of an uncharted territory, not
only for us but I feel for upstream as well.
This has been a learning experience but we have contributed several
patches and upstream has been very receptive to our feedback which
resulted in more patches, making the use case better supported in
general.
For the sake of keeping this short, the latest issue we had been
looking at was the pruning of older images in order to keep the disk
usage (and RAM[4]) under control.
The good news is that in OpenShift trunk, 3.7, they managed to land
part of the patches [5][6] required to make the whole process easier
to manage.
However, the bad news is that we're currently running OpenShift 3.5,
the latest version being 3.6.
Our last attempt a pruning images deleted legitimate image blobs which
resulted in an inconsistent state.
I've forcefully deleted all the images completely in order to start
from a clean slate.
So, where does that leave us ?
This is a bit frustrating but not in vain, we've made progress.
In the short term, we'll increase the disk space allocation for the
registry in order to allow for more retention.
I also want to test a clean installation of OpenShift 3.7 (ahead of
release) with our playbooks [7] in order to confirm that our ongoing
issues have been resolved.
After confirming the issues have been resolved, we'll move forward to use 3.7.
For what it's worth, this work might end up paying off in OpenStack
upstream infrastructure as well.
At the last OpenStack PTG in Denver, we agreed that a
infrastructure-managed image registry would be necessary -- not just
for TripleO but for other projects such as Kolla.
Between docker-registry/docker-distribution (which leave much to be
desired), quay.io (which is not free and open source) and OpenShift
standalone registry, it's entirely possible that we end up using
OpenShift upstream.
Thanks, and sorry about that.
[0]: https://bugzilla.redhat.com/show_bug.cgi?id=1408676
[1]: https://docs.openshift.com/container-platform/latest/install_config/insta...
[2]: http://www.projectatomic.io/registry/
[3]: https://www.projectatomic.io/blog/2017/05/oo-standalone-registry/
[4]: https://bugzilla.redhat.com/show_bug.cgi?id=1489501
[5]: https://github.com/openshift/origin/commit/7783364a6f1fd34cf4833c0be506b8...
[6]: https://github.com/openshift/openshift-docs/commit/be0ee4f8a8b7f66fccf77e...
[7]: https://github.com/rdo-infra/rdo-container-registry
David Moreau Simard
Senior Software Engineer | OpenStack RDO
dmsimard = [irc, github, twitter]
7 years, 1 month
[rdo-list] Horizon inside TripleO Quickstart install
by James LaBarre
trying to determine if a Horizon install is working in a TripleO
Quickstart install. The service on the controller node has been
configured as per
https://docs.openstack.org/ocata/install-guide-rdo/horizon-install.html,
the httpsd and memcached services show as running with systemctl status
(although httpd does complain about "overcloud-controller-0
python[122833]: ERROR:scss.ast:Function not found: function-exists:1").
I figure it would require at least one SSH tunnel to bring up the UI in
a local browser, but just to see if it even seems to be active I tried
connecting to the service with links on the controller itself, and it
says "unable to retrieve http://localhost:5000/: connection refused".
Still don't know if it's just that I can't validate it that way, or it's
still not running
7 years, 1 month
[rdo-list] RDO Social: Tuesday @ OpenStack Summit
by Rich Bowen
Join us for light refreshments at the end of the day Tuesday, at
OpenStack Summit. We'll be gathering at the Pumphouse, on the Sydney
harbor, and just a few minutes walk from the conference venue. We'll
start around 6:30pm (right after the last sessions of the day end), and
going until my budget runs out.
Please register at
https://www.eventbrite.com/e/rdo-social-at-the-pumphouse-tickets-38766394329
- the event will be free, but we need to know how many to expect, to
tell the venue. (For the moment, I've capped registration at 50, until I
hear back from the venue for certain how many we can accommodate.)
Come celebrate another great release, and all the hard work that went
into it.
--
Rich Bowen: Community Architect
rbowen(a)redhat.com
@rbowen // @RDOCommunity // @CentOSProject
1 859 351 9166
7 years, 1 month
[rdo-list] Unanswered RDO questions
by Rich Bowen
It's been several weeks since I've sent this out. These are the
unanswered questions tagged "RDO" on ask.openstack.org. Please look
through and see if there's any that you are able to answer.
Thanks!
--Rich
42 unanswered questions:
Openstack installation with binary distribution
https://ask.openstack.org/en/question/110315/openstack-installation-with-...
Tags: openstack, openstack-package, hadoop, packagemanager
RDO packstack very slow write on cinder volumes
https://ask.openstack.org/en/question/109675/rdo-packstack-very-slow-writ...
Tags: rdo, volume, slow, lvm, iscsi
Openstack Packstack LVM Thin Provisioning
https://ask.openstack.org/en/question/109600/openstack-packstack-lvm-thin...
Tags: packstack, openstack, lvm, thin, overprovisioning
controller node unexpectedly reboots
https://ask.openstack.org/en/question/109468/controller-node-unexpectedly...
Tags: controller, reboot, newton, rdo, packstack
Keystone: domain_specific_drivers_enabled not working with LDAP
https://ask.openstack.org/en/question/108918/keystone-domain_specific_dri...
Tags: keystone, ldap
limit instance administration via policy.json
https://ask.openstack.org/en/question/108746/limit-instance-administratio...
Tags: policy.json, rights, policy, limit
Ocata - "nova-manage db sync" fails
https://ask.openstack.org/en/question/107970/ocata-nova-manage-db-sync-fa...
Tags: ocata, nova, db_sync
Am I missing a configuration option for Magnum? Error "no such option B
in group [DEFAULT]"
https://ask.openstack.org/en/question/107701/am-i-missing-a-configuration...
Tags: magnum, magnum_service
VM cannot get network access
https://ask.openstack.org/en/question/107627/vm-cannot-get-network-access/
Tags: openvswitch, neutron, rdo, packstack-ocata
ocata - theme customization with templates
https://ask.openstack.org/en/question/107544/ocata-theme-customization-wi...
Tags: ocata, horizon, theme, templates
Can't login to dashboard
https://ask.openstack.org/en/question/107427/cant-login-to-dashboard/
Tags: dashboard-keystone
Gnocchi returned unauthorized error when creating resources alarm from
Heat
https://ask.openstack.org/en/question/106910/gnocchi-returned-unauthorize...
Tags: heat, aodh, gnocchi, alarm, unauthorized
how to resolved: "Error: Systemd start for openstack-nova-scheduler
failed!"
https://ask.openstack.org/en/question/106887/how-to-resolved-error-system...
Tags: nova-scheduler, rdo
Build of instance aborted: Failed to allocate the network(s), not
rescheduling.
https://ask.openstack.org/en/question/106853/build-of-instance-aborted-fa...
Tags: ocata, neutron, networking
Instance can not be launched from the image
https://ask.openstack.org/en/question/106626/instance-can-not-be-launched...
Tags: create_instance
Error during packstack installation
https://ask.openstack.org/en/question/106351/error-during-packstack-insta...
Tags: rdo, install, packstack
Ocata, openstack server list Unexpected API Error
https://ask.openstack.org/en/question/106063/ocata-openstack-server-list-...
Tags: ocata-nova, create_instance
RHEL 7.2 openstack octava . Error while generating authentication token
issue
https://ask.openstack.org/en/question/105531/rhel-72-openstack-octava-err...
Tags: openstack, identityv3
Unable to configure bgpvpn service plugin on CentOS7
https://ask.openstack.org/en/question/104860/unable-to-configure-bgpvpn-s...
Tags: packstack, rdo, neutron, networking
Upgrade Mitaka to Newton using Packstack got Python ascii error
https://ask.openstack.org/en/question/103615/upgrade-mitaka-to-newton-usi...
Tags: keystone, packstack, newton, python, install
Attaching volume to instance
https://ask.openstack.org/en/question/102605/attaching-volume-to-instance/
Tags: nova, glusterfs, rdo, centos, storage
Create/add additional CIDR for public IP pool
https://ask.openstack.org/en/question/102428/createadd-additional-cidr-fo...
Tags: fuel-9.0, fuel, mitaka, networking
domain version of >dashboards< keystone_policy.json
https://ask.openstack.org/en/question/102249/domain-version-of-dashboards...
Tags: mitaka, identityv3, domains, policy
dashboard authentication problem
https://ask.openstack.org/en/question/101905/dashboard-authentication-pro...
Tags: dashboard, keystone
ERROR nova.virt.libvirt.driver with Glusterfs in /var/lib/nova/instances
https://ask.openstack.org/en/question/101812/error-novavirtlibvirtdriver-...
Tags: glusterfs, nova, storage
Cant get volume_clear option in cinder.conf to work.
https://ask.openstack.org/en/question/101230/cant-get-volume_clear-option...
Tags: cinder, newton, packstack, rdo, storage
Rebooting Network node after installation
https://ask.openstack.org/en/question/101001/rebooting-network-node-after...
Tags: br-ex, neutron, bridge, create-network, networking
Ceilometer - No meters / stats ?
https://ask.openstack.org/en/question/100767/ceilometer-no-meters-stats/
Tags: ceilometer, stats, meters, rdo, metrics
How to configure swift s3 api
https://ask.openstack.org/en/question/100414/how-to-configure-swift-s3-api/
Tags: openstack-swift, proxy-swift, s3, api, mitaka
cloudadmin user can't manage all domain from Horizon
https://ask.openstack.org/en/question/100317/cloudadmin-user-cant-manage-...
Tags: horizon, mitaka, cloudadmin, domain
--
Rich Bowen: Community Architect
rbowen(a)redhat.com
@rbowen // @RDOCommunity // @CentOSProject
1 859 351 9166
7 years, 1 month
[rdo-list] Looking for help in properly configuring a TripleO environment
by Mark Hamzy
I am looking for help in properly configuring a TripleO environment on a
machine with two network cards talking to two baremetal nodes in the
overcloud also with two network cards. One network will be for
provisioning and one will be for internet connection. I have documented
my current configuration at:
https://fedoraproject.org/wiki/User:Hamzy/TripleO_mixed_undercloud_overcl...
2017-09-23 23:54:49Z [overcloud.ControllerAllNodesValidationDeployment.0]:
CREATE_COMPLETE state changed
2017-09-23 23:54:49Z [overcloud.ControllerAllNodesValidationDeployment]:
CREATE_COMPLETE Stack CREATE completed successfully
2017-09-23 23:54:49Z [overcloud.ControllerAllNodesValidationDeployment]:
CREATE_COMPLETE state changed
2017-09-24 00:05:06Z [overcloud.ComputeAllNodesValidationDeployment.0]:
SIGNAL_IN_PROGRESS Signal: deployment d54b96a6-1860-4802-a$
45-db4ece0317e4 failed (1)
2017-09-24 00:05:06Z [overcloud.ComputeAllNodesValidationDeployment.0]:
CREATE_FAILED Error: resources[0]: Deployment to server fa$led:
deploy_status_code : Deployment exited with non-zero status code: 1
2017-09-24 00:05:06Z [overcloud.ComputeAllNodesValidationDeployment]:
CREATE_FAILED Resource CREATE failed: Error: resources[0]: D$ployment to
server failed: deploy_status_code : Deployment exited with non-zero status
code: 1
2017-09-24 00:05:07Z [overcloud.ComputeAllNodesValidationDeployment]:
CREATE_FAILED Error:
resources.ComputeAllNodesValidationDepl$yment.resources[0]: Deployment to
server failed: deploy_status_code: Deployment exited with non-zero status
code: 1
2017-09-24 00:05:07Z [overcloud]: CREATE_FAILED Resource CREATE failed:
Error: resources.ComputeAllNodesValidationDeployment.resou$ces[0]:
Deployment to server failed: deploy_status_code: Deployment exited with
non-zero status code: 1
Stack overcloud CREATE_FAILED
overcloud.ComputeAllNodesValidationDeployment.0:
resource_type: OS::Heat::StructuredDeployment
physical_resource_id: d54b96a6-1860-4802-ad45-db4ece0317e4
status: CREATE_FAILED
status_reason: |
Error: resources[0]: Deployment to server failed: deploy_status_code :
Deployment exited with non-zero status code: 1
deploy_stdout: |
...
Ping to 172.16.0.14 failed. Retrying...
Ping to 172.16.0.14 failed. Retrying...
Ping to 172.16.0.14 failed. Retrying...
Ping to 172.16.0.14 failed. Retrying...
Ping to 172.16.0.14 failed. Retrying...
Ping to 172.16.0.14 failed. Retrying...
Ping to 172.16.0.14 failed. Retrying...
Ping to 172.16.0.14 failed. Retrying...
Ping to 172.16.0.14 failed. Retrying...
FAILURE
(truncated, view all with --long)
deploy_stderr: |
172.16.0.14 is not pingable. Local Network: 172.16.0.0/24
--
Mark
You must be the change you wish to see in the world. -- Mahatma Gandhi
Never let the future disturb you. You will meet it, if you have to, with
the same weapons of reason which today arm you against the present. --
Marcus Aurelius
7 years, 1 month