Re: [Rdo-list] TripleO quickstart problem by deploying the overcloud
by Arash Kaffamanesh
Finally I got the TripleO installation running.
After the virtual environment setup via:
bash quickstart.sh $virthost
If I run "*openstack undercloud install" *directly, the undercloud
installation completes, but the following steps leads to an incomplete
setup (I could reproduce this several times on our own hardware and on
Rackspace Ironic powered :-) OnMetal servers):
[stack@undercloud ~]$ . stackrc
[stack@undercloud ~]$ openstack overcloud image upload
[stack@undercloud ~]$ openstack baremetal import --json instackenv.json
[stack@undercloud ~]$ ironic node-list
+--------------------------------------+-----------+---------------+-------------+--------------------+-------------+
| UUID | Name | Instance UUID | Power
State | Provisioning State | Maintenance |
+--------------------------------------+-----------+---------------+-------------+--------------------+-------------+
| 57db4c06-7bb9-40c8-8530-6e9d5efb83c5 | control-0 | None | *None*
| available | False |
| 21af64b4-d3c3-4b63-ba97-aa14173a21be | compute-0 | None | *None*
| available | False |
+--------------------------------------+-----------+---------------+-------------+--------------------+-------------+
and as I mentioned earlier the "openstack baremetal configure boot" times
out:
[stack@undercloud ~]$ openstack baremetal configure boot
Node 57db4c06-7bb9-40c8-8530-6e9d5efb83c5 power state is in transition.
Waiting up to 120 seconds for it to complete.
*Timed out* waiting for node 57db4c06-7bb9-40c8-8530-6e9d5efb83c5 power
state.
And I guess because the Power State is set to None!
But if I run the following scripts by hand the installation completes
successfully (in most cases):
undercloud-install.sh
undercloud-post-install.sh
overcloud-deploy.sh
overcloud-deploy-post.sh
overcloud-validate.sh
Only once by my last tests it failed after running:
[stack@undercloud ~]$ bash overcloud-deploy.sh
2016-03-28 15:21:56 [Compute]: CREATE_COMPLETE state changed
Stack overcloud *CREATE_FAILED*
*Deployment failed: Heat Stack create failed.*
And I had to delete the stack and re-deploy it again, which worked :-)
[stack@undercloud ~]$ heat stack-delete overcloud
[stack@undercloud ~]$ bash overcloud-deploy.sh
[stack@undercloud ~]$ heat stack-list
+--------------------------------------+------------+-----------------+---------------------+--------------+
| id | stack_name | stack_status |
creation_time | updated_time |
+--------------------------------------+------------+-----------------+---------------------+--------------+
| 8e588312-d839-4089-b123-3fa9b5e76c82 | overcloud | *CREATE_COMPLETE* |
2016-03-28T16:44:59 | None |
+--------------------------------------+------------+-----------------+---------------------+--------------+
Here are the steps which might lead to a successful TripleO quickstart
setup with a seed and baremetal host (virthost-01).
(the seed / ansible host is a CentOS 7 machine (could be a VM running in
VirtualBox on localhost on Mac or Windows for instance), the baremetal host
needs 32 GB RAM, 2 nics and 150 GB Disk).
On the seed / ansible host run:
[root@seed ~]# yum -y update
[root@seed ~]# yum install git -y
[root@seed ~]# vim /etc/hosts
<ip-virthost-01> virthost-01
[root@seed ~] git clone
https://github.com/redhat-openstack/tripleo-quickstart/
[root@seed ~] cd tripleo-quickstart/
[root@seed ~] sudo bash quickstart.sh --install-deps
[root@seed ~] reboot (not needed, but doesn't hurt :-))
[root@seed ~] ssh-keygen -t rsa
[root@seed ~] ssh-copy-id -i ~/.ssh/id_rsa.pub virthost-01
[root@seed ~] ssh <ip-virthost-01>
exit
Deploy your virtual environment by running:
[root@seed ~] *bash quickstart.sh virthost-01 *
##################################
Virtual Environment Setup Complete
##################################
Access the undercloud by:
*ssh -F /root/.quickstart/ssh.config.ansible undercloud*
*USE THIS: There are scripts in the home directory to continue the deploy:*
undercloud-install.sh will run the undercloud install
undercloud-post-install.sh will perform all pre-deploy steps
overcloud-deploy.sh will deploy the overcloud
overcloud-deploy-post.sh will do any post-deploy configuration
overcloud-validate.sh will run post-deploy validation
Alternatively, you can ignore these scripts and follow the upstream docs:
First: *(DON’t use this!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)*
*openstack undercloud install*
source stackrc
Verify your Stack:
[stack@undercloud ~]$ heat stack-list
+--------------------------------------+------------+-----------------+---------------------+--------------+
| id | stack_name | stack_status |
creation_time | updated_time |
+--------------------------------------+------------+-----------------+---------------------+--------------+
| 8e588312-d839-4089-b123-3fa9b5e76c82 | overcloud | *CREATE_COMPLETE* |
2016-03-28T16:44:59 | None |
+--------------------------------------+------------+-----------------+---------------------+--------------+
By the way, I'd love to see and help to have an complete installation guide
for TripleO powered by RDO on the RDO site (the instack virt setup without
quickstart on http://docs.openstack.org/ doesn't work and this might be
changed through the RDO community power :-)).
Thx,
-Arash
On Sat, Mar 26, 2016 at 3:52 AM, Adam Young <ayoung(a)redhat.com> wrote:
> On 03/25/2016 02:52 PM, Arash Kaffamanesh wrote:
>
> Hi,
>
> I'm trying to deploy OpenStack via TripleO quickstart in AIO / virt mode
> and I'm getting by the last step deploying the overcloud the following
> "Heat Stack create failed" message (There are not enough hosts available,
> due to Configuration has 4 errors, fix them before proceeding ????).
>
> After running openstack overcloud deploy I'm getting *Configuration has 4
> errors, fix them before proceeding*: (and I guess the problem lies
> somehow here with the "incorrectly configured driver_info"):
>
> [stack@undercloud ~]$ openstack overcloud deploy --templates
>
> Node uuid=a62116c4-1daf-45e9-aa2d-ef8a4effdc20 has an incorrectly
> configured driver_info/deploy_ramdisk. Expected
> "482254d3-4b0c-4c3f-b2ba-bdf34badbbd3" but got "None".
>
> Node uuid=a62116c4-1daf-45e9-aa2d-ef8a4effdc20 has an incorrectly
> configured driver_info/deploy_kernel. Expected
> "482254d3-4b0c-4c3f-b2ba-bdf34badbbd3" but got "None".
>
> Node uuid=cfc60017-36e8-4808-842d-8c65ffb5e4b1 has an incorrectly
> configured driver_info/deploy_ramdisk. Expected
> "482254d3-4b0c-4c3f-b2ba-bdf34badbbd3" but got "None".
>
> Node uuid=cfc60017-36e8-4808-842d-8c65ffb5e4b1 has an incorrectly
> configured driver_info/deploy_kernel. Expected
> "482254d3-4b0c-4c3f-b2ba-bdf34badbbd3" but got "None".
>
> *Configuration has 4 errors, fix them before proceeding.* Ignoring these
> errors is likely to lead to a failed deploy.
>
> Deploying templates in the directory
> /usr/share/openstack-tripleo-heat-templates
>
> 2016-03-25 17:45:13 [overcloud]: CREATE_IN_PROGRESS Stack CREATE started
>
> 2016-03-25 17:45:13 [MysqlRootPassword]: CREATE_IN_PROGRESS state changed
>
> 2016-03-25 17:45:14 [Networks]: CREATE_IN_PROGRESS state changed
> .......
>
> 2016-03-25 17:47:15 [overcloud]: CREATE_FAILED Resource CREATE failed:
> resources.Compute: ResourceInError: resources[0].resources.NovaCompute:
> Went to status ERROR due to "Message: No valid host was found. *There are
> not enough hosts available*., Code: 500"
>
> *Stack overcloud CREATE_FAILED*
>
> *Heat Stack create failed.*
>
> [stack@undercloud ~]$ heat stack-list
>
>
> +--------------------------------------+------------+---------------+---------------------+--------------+
>
> | id | stack_name | stack_status |
> creation_time | updated_time |
>
>
> +--------------------------------------+------------+---------------+---------------------+--------------+
>
> | 27fd6b76-7413-4e9b-9b5e-c7afb941ee0e | overcloud | *CREATE_FAILED* |
> 2016-03-25T17:45:12 | None |
>
>
> +--------------------------------------+------------+---------------+---------------------+--------------+
>
>
> By the way I tried to get the stable liberty and the latest mitaka working
> with TripleO, no either worked.
> And tried also Lars's tutorial here:
>
> http://blog.oddbit.com/2016/02/19/deploy-an-ha-openstack-development-envir/
>
> had not so much luck, but could learn a lot and would prefer to learn more
> by running the ansible playbooks by hand as described by Lars.
>
> Any help / advice is much appreciated.
>
> Thx,
> -Arash
>
>
> Super valuable guide.
>
>
> http://hardysteven.blogspot.com/2015/04/debugging-tripleo-heat-templates....
>
> I had similar problems. I had to increase the size of the controller
> nodes.
>
> Since running tripleo Quickstart, I've not had any problems, but that is
> not true baremetal.
>
>
>
>
>
> _______________________________________________
> Rdo-list mailing listRdo-list@redhat.comhttps://www.redhat.com/mailman/listinfo/rdo-list
>
> To unsubscribe: rdo-list-unsubscribe(a)redhat.com
>
>
>
8 years, 7 months
Re: [Rdo-list] What magnum status in RDO Mitaka is supposed to be ?
by Boris Derzhavets
________________________________________
From: Chandan Kumar <chkumar(a)redhat.com>
Sent: Tuesday, March 29, 2016 5:24 AM
To: Boris Derzhavets
Cc: rdo-list
Subject: Re: [Rdo-list] What magnum status in RDO Mitaka is supposed to be ?
Hi,
On Sun, Mar 27, 2016 at 9:47 PM, Boris Derzhavets
<bderzhavets(a)hotmail.com> wrote:
>
> I attempted manual magnum set up in general updating git checkouts from
> Magnum in RDO OpenStack – Liberty Manual Installation from source code :-
> http://egonzalez.org/magnum-in-rdo-openstack-liberty-manual-installation-...
> I was able start services after rebuild
> openstack-magnum-2.0.1-0.20160324110644.c0c2bdb.el7.centos.src.rpm,
> which passed CI with build 20160324
> Finally I was hit by known bug http://osdir.com/ml/openstack-dev/2016-02/msg02123.html.
> It is possible to run suggested scripts, but I guess keystone v3 is required to get
> things done on RDO Mitaka.
>
Keystone v3 is available in openstack-keystone package.
You can grab the latest package from delorean repo.
http://trunk.rdoproject.org/centos7/delorean-deps.repo
> My last question is :-
> as far as http://egonzalez.org/magnum-in-rdo-openstack-liberty-manual-installation-...
> works why packaging is not done for RDO Liberty
This package is introduced in RDO mitaka cycle but a spec file for
RDO magnum liberty is available at
https://github.com/MatMaul/openstack-magnum-spec/tree/mitaka-on-liberty
Magnum Installation guide is under review upstream:
https://review.openstack.org/#/c/289994/ Feel free to try it and have
your comments there.
[BD]
I believe that packstack will allow me to avoid a lot of manual work for keystone authorization via
# Identity service API version string. ['v2.0', 'v3']
CONFIG_KEYSTONE_API_VERSION=v3
Sorry , I missed option provided making first post. Fault is mine.
Please, accept my apologies ( it's addressed not only to Chandan)
I cannot find in mentioned links clear "Howto" for install :-
I believe
CONFIG_INSTALL_MAGNUM=y
CONFIG_MAGNUM_HOST = IP
would be nice to have ( not right now , of course )
In meantime I see :-
in https://trunk.rdoproject.org/centos7-mitaka/current-passed-ci/
Two Src.rpm(s)
1. openstack-magnum-2.0.1-0.20160324110644.c0c2bdb.el7.centos.src.rpm
2. python-magnumclient-2.0.1-0.20160324014754.3ec6806.el7.centos.src.rpm
I intend to install both and locally rebuild ( I did it already with (1) it allows to start
magnum-api && magnum-conductor )
Now I clearly understand that also Magnum Client set up is required.
Would local rebuild of (2) followed by rpms been built installation be enough
to complete Magnum set up RDO Mitaka (say 20160328) or any other Src.rpm(s) are
required to be installed and rebuild ?
Actually, I need dependencies for Magnum setup generated ?
I intend to test Magnum first in AIO RDO Mitaka set up.
Please, advise how manage. I cannot do it on my own , sorry.
Thanks a lot.
Boris.
Thanks,
Chandan Kumar
8 years, 7 months
[Rdo-list] Tempest configuration fails with "No module named ironic_tempest_plugin.plugin"
by Sagi Shnaidman
Hi,
I can't run tempest configuration tool config_tempest.py, it fails with:
ImportError: No module named ironic_tempest_plugin.plugin
Has anybody seen this problem? I think it appears from last Thursday.
logs:
[stack@instack tempest]$ tools/config_tempest.py --deployer-input
~/tempest-deployer-input.conf --debug
--create identity.uri
$OS_AUTH_URL identity.admin_password $OS_PASSWORD
2016-03-27 15:56:49.197 19281 INFO tempest [-] Using tempest config file
/etc/tempest/tempest.conf
2016-03-27 15:56:49.291 19281 ERROR tempest.test_discover.plugins [-] Could
not load 'ironic_tests': No module named ironic_tempest_plugin.plugin
2016-03-27 15:56:49.291 19281 CRITICAL tempest [-] ImportError: No module
named ironic_tempest_plugin.plugin
2016-03-27 15:56:49.291 19281 ERROR tempest Traceback (most recent call
last):
2016-03-27 15:56:49.291 19281 ERROR tempest File
"tools/config_tempest.py", line 415, in <module>
2016-03-27 15:56:49.291 19281 ERROR tempest class
TempestConf(ConfigParser.SafeConfigParser):
2016-03-27 15:56:49.291 19281 ERROR tempest File
"tools/config_tempest.py", line 423, in TempestConf
2016-03-27 15:56:49.291 19281 ERROR tempest CONF =
tempest.config.TempestConfigPrivate(parse_conf=False)
2016-03-27 15:56:49.291 19281 ERROR tempest File
"/home/stack/tempest/tempest/config.py", line 1354, in __init__
2016-03-27 15:56:49.291 19281 ERROR tempest register_opts()
2016-03-27 15:56:49.291 19281 ERROR tempest File
"/home/stack/tempest/tempest/config.py", line 1240, in register_opts
2016-03-27 15:56:49.291 19281 ERROR tempest ext_plugins =
plugins.TempestTestPluginManager()
2016-03-27 15:56:49.291 19281 ERROR tempest File
"/home/stack/tempest/tempest/lib/common/utils/misc.py", line 30, in
getinstance
2016-03-27 15:56:49.291 19281 ERROR tempest instances[cls] = cls()
2016-03-27 15:56:49.291 19281 ERROR tempest File
"/home/stack/tempest/tempest/test_discover/plugins.py", line 77, in __init__
2016-03-27 15:56:49.291 19281 ERROR tempest
on_load_failure_callback=self.failure_hook)
2016-03-27 15:56:49.291 19281 ERROR tempest File
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 93, in
__init__
2016-03-27 15:56:49.291 19281 ERROR tempest verify_requirements)
2016-03-27 15:56:49.291 19281 ERROR tempest File
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 171, in
_load_plugins
2016-03-27 15:56:49.291 19281 ERROR tempest
self._on_load_failure_callback(self, ep, err)
2016-03-27 15:56:49.291 19281 ERROR tempest File
"/home/stack/tempest/tempest/test_discover/plugins.py", line 82, in
failure_hook
2016-03-27 15:56:49.291 19281 ERROR tempest raise err
2016-03-27 15:56:49.291 19281 ERROR tempest ImportError: No module named
ironic_tempest_plugin.plugin
package versions:
[stack@instack tempest]$ rpm -qa | grep
openstack-
openstack-ironic-conductor-5.0.1-0.20160322174203.24270ba.el7.centos.noarch
openstack-aodh-common-2.0.0.0-0.20160322085744.66714f6.el7.centos.noarch
openstack-utils-2015.2-1.el7.noarch
openstack-aodh-api-2.0.0.0-0.20160322085744.66714f6.el7.centos.noarch
openstack-nova-api-13.0.0.0-0.20160322165455.6b8fd58.el7.centos.noarch
openstack-aodh-notifier-2.0.0.0-0.20160322085744.66714f6.el7.centos.noarch
openstack-ceilometer-central-6.0.0.0-0.20160322112752.09aec58.el7.centos.noarch
openstack-tripleo-puppet-elements-1.0.1-0.20160315215107.f94ee64.el7.centos.noarch
openstack-aodh-listener-2.0.0.0-0.20160322085744.66714f6.el7.centos.noarch
openstack-ironic-api-5.0.1-0.20160322174203.24270ba.el7.centos.noarch
openstack-heat-engine-6.0.0.0-0.20160322131353.ca44028.el7.centos.noarch
openstack-swift-object-2.6.1-0.20160322153059.e41c593.el7.centos.noarch
openstack-ceilometer-collector-6.0.0.0-0.20160322112752.09aec58.el7.centos.noarch
openstack-tripleo-image-elements-0.9.10-0.20160315214745.a13bbf4.el7.centos.noarch
openstack-neutron-ml2-8.0.0.0-0.20160322160406.76df414.el7.centos.noarch
openstack-keystone-9.0.0.0-0.20160322004918.f738b28.el7.centos.noarch
openstack-tempest-10.0.1-0.20160316160910.b4a056d.el7.centos.noarch
openstack-selinux-0.6.57-1.el7.noarch
openstack-aodh-evaluator-2.0.0.0-0.20160322085744.66714f6.el7.centos.noarch
openstack-glance-12.0.0.0-0.20160322110800.e0ba0c4.el7.centos.noarch
openstack-neutron-common-8.0.0.0-0.20160322160406.76df414.el7.centos.noarch
openstack-neutron-8.0.0.0-0.20160322160406.76df414.el7.centos.noarch
openstack-tripleo-heat-templates-1.0.1-0.20160324111706.747a930.el7.centos.noarch
openstack-nova-compute-13.0.0.0-0.20160322165455.6b8fd58.el7.centos.noarch
openstack-ceilometer-api-6.0.0.0-0.20160322112752.09aec58.el7.centos.noarch
openstack-nova-conductor-13.0.0.0-0.20160322165455.6b8fd58.el7.centos.noarch
openstack-neutron-openvswitch-8.0.0.0-0.20160322160406.76df414.el7.centos.noarch
openstack-heat-api-6.0.0.0-0.20160322131353.ca44028.el7.centos.noarch
openstack-swift-account-2.6.1-0.20160322153059.e41c593.el7.centos.noarch
openstack-swift-proxy-2.6.1-0.20160322153059.e41c593.el7.centos.noarch
openstack-nova-common-13.0.0.0-0.20160322165455.6b8fd58.el7.centos.noarch
openstack-ironic-inspector-3.2.1-0.20160318133503.7b7fba7.el7.centos.noarch
openstack-heat-common-6.0.0.0-0.20160322131353.ca44028.el7.centos.noarch
openstack-swift-container-2.6.1-0.20160322153059.e41c593.el7.centos.noarch
openstack-tripleo-0.0.1-0.20160317122430.d81bd6d.el7.centos.noarch
openstack-ironic-common-5.0.1-0.20160322174203.24270ba.el7.centos.noarch
openstack-nova-scheduler-13.0.0.0-0.20160322165455.6b8fd58.el7.centos.noarch
openstack-nova-cert-13.0.0.0-0.20160322165455.6b8fd58.el7.centos.noarch
openstack-ceilometer-notification-6.0.0.0-0.20160322112752.09aec58.el7.centos.noarch
openstack-ceilometer-polling-6.0.0.0-0.20160322112752.09aec58.el7.centos.noarch
openstack-swift-2.6.1-0.20160322153059.e41c593.el7.centos.noarch
openstack-heat-api-cfn-6.0.0.0-0.20160322131353.ca44028.el7.centos.noarch
openstack-swift-plugin-swift3-1.7-4.el7.noarch
openstack-ceilometer-common-6.0.0.0-0.20160322112752.09aec58.el7.centos.noarch
openstack-heat-templates-0.0.1-0.20160311091229.96a0b0b.el7.centos.noarch
--
Best regards
Sagi Shnaidman
8 years, 7 months
[Rdo-list] FYI: Significant WeIRDO refactor
by David Moreau Simard
Hi rdo-list,
I took the opportunity for some quiet holiday time today to work on
some refactor I've been wanting to do in WeIRDO.
I've tested things thoroughly but since we're in quite a crunch for
the Mitaka release, I thought I'd let you know in case something CI
related breaks.
I'll monitor things closer than usual until I'm certain everything
works well but no anormal failures so far.
Highlights:
- Roles have been split out of the repository in
redhat-openstack/ansible-role-*. [1]
- Roles are now retrieved back into WeIRDO with ansible-galaxy.
- Jenkins jobs have been super simplified with tox instead of doing
setup and running ansible-playbook manually (don't even need shining
panda anymore, just dead simple shell!)
Some other work towards making WeIRDO runnable on localhost (i.e, VMs
provided by Nodepool):
- ci-centos role should be fairly isolated now (stuff moved out of common)
- The logs.html file for the ci.centos log redirection is now a
jenkins builder instead of being crafted by WeIRDO
Some other work that's coming very soon:
- Un-hardcode playbooks to run on ci.centos so they can be run on
localhost more easily
- Move the jenkins jobs to rdo-infra/ci-config repository
- Docs to keep in sync with the latest changes
For details, look at the fairly recent git history [2] :)
Let me know if you have any questions !
[1]: https://github.com/redhat-openstack/weirdo/blob/master/ansible-role-requi...
[2]: https://github.com/redhat-openstack/weirdo/commits/master
David Moreau Simard
Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
8 years, 7 months
[Rdo-list] Does RDO have a branding problem ?
by David Moreau Simard
Hello,
This email has been on my mind for a while...
Recently, we dropped the "RDO Manager" branding in favor of calling it
like it is, Triple O [1]. Good.
On various IRC channels, mailing lists, or websites I will see things
like these (names removed but trust me, actual logs from today) on a
pretty regular basis:
- Hello everyone, can anyone advice how to add compute node with
single NIC after setup openstack by RDO?
- i'm new around here and just started to use rdo to deploy openstack
i cannot seem to find one thing, is there a way to skip installing
compute nodes services?
Even some people I consider knowledgeable in OpenStack development or
operations (but deploy using either home-grown packages or UCA, for
example) believe RDO is some sort of installer by Red Hat.
Do we need to reinforce that RDO is a packaging effort to provide
packages for Red Hat based distributions ?
I mean, I don't know how we can put this message up front more than it
already is, it's pretty big enough on the front page of the website
[2].
There is an important nuance between what RDO is and the installers
that consume the RDO packages are.
You can install OpenStack using RDO packages by hand [3] and the
multiple different installers.
Am I the only one noticing this weird perception ? I've never really
seen people saying "I have installed UCA, now what?".
[1]: https://www.rdoproject.org/blog/2016/02/rdo-manager-is-now-tripleo/
[2]: https://www.rdoproject.org/
[3]: http://docs.openstack.org/liberty/install-guide-rdo/
David Moreau Simard
Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
8 years, 7 months
[Rdo-list] Unanswered RDO questions: Ask.OpenStack.org
by Rich Bowen
Many thanks in advance to anybody that can spend a few minutes answering
a question or two over on ask.openstack.org!
--Rich
67 unanswered questions:
can't reach external network VMWare
https://ask.openstack.org/en/question/90176/cant-reach-external-network-v...
Tags: vmware, qrouter, external, centos7
Docker with OpenStack Liberty
https://ask.openstack.org/en/question/90039/docker-with-openstack-liberty/
Tags: novadocker, openstack-liberty
config error when install sahara
https://ask.openstack.org/en/question/90016/config-error-when-install-sah...
Tags: rdo, sahara
Individual Instances?
https://ask.openstack.org/en/question/89838/individual-instances/
Tags: instances, projects, secure
auth_token in keystone v3
https://ask.openstack.org/en/question/89833/auth_token-in-keystone-v3/
Tags: keystone, keystonev3, auth_token, python-client
Individual instances?
https://ask.openstack.org/en/question/89814/individual-instances/
Tags: instances, security, cloud-user
Best filesystem for simple test server.
https://ask.openstack.org/en/question/89627/best-filesystem-for-simple-te...
Tags: filesystem
Murano installation and configuration.
https://ask.openstack.org/en/question/89608/murano-installation-and-confi...
Tags: murano, installation, configuration
Network config when testing on nested environment
https://ask.openstack.org/en/question/89062/network-config-when-testing-o...
Tags: rdo, network, fedora, nested
Openstack installation fails using packstack, failure is in installation
of openstack-nova-compute. Error: Dependency Package[nova-compute] has
failures
https://ask.openstack.org/en/question/88993/openstack-installation-fails-...
Tags: novacompute, rdo, packstack, dependency, failure
CentOS OpenStack - compute node can't talk
https://ask.openstack.org/en/question/88989/centos-openstack-compute-node...
Tags: rdo
How to setup SWIFT_PROXY_NODE and SWIFT_STORAGE_NODEs separately on
RDO Liberty ?
https://ask.openstack.org/en/question/88897/how-to-setup-swift_proxy_node...
Tags: rdo, liberty, swift, ha
VM and container can't download anything from internet
https://ask.openstack.org/en/question/88338/vm-and-container-cant-downloa...
Tags: rdo, neutron, network, connectivity
Liberty Error during RDO Packstack
https://ask.openstack.org/en/question/88325/liberty-error-during-rdo-pack...
Tags: liberty, neutron, circular, dependency, ovs-agent-service
socket.error: [Errno 111] Connection refused
https://ask.openstack.org/en/question/87800/socketerror-errno-111-connect...
Tags: access, ovs-bridge, multi-tenant, liberty-neutron
OpenStack-Docker driver failed
https://ask.openstack.org/en/question/87243/openstack-docker-driver-failed/
Tags: docker, openstack, liberty
Clarification on docs for self service connectivity
https://ask.openstack.org/en/question/87183/clarification-on-docs-for-sel...
Tags: liberty, neutron, connectivity, router
Can't create volume with cinder
https://ask.openstack.org/en/question/86670/cant-create-volume-with-cinder/
Tags: cinder, glusterfs, nfs
Why is /usr/bin/openstack domain list ... hanging?
https://ask.openstack.org/en/question/85593/why-is-usrbinopenstack-domain...
Tags: puppet, keystone, kilo
[ RDO ] Could not find declared class ::remote::db
https://ask.openstack.org/en/question/84820/rdo-could-not-find-declared-c...
Tags: rdo
Sahara SSHException: Error reading SSH protocol banner
https://ask.openstack.org/en/question/84710/sahara-sshexception-error-rea...
Tags: sahara, icehouse, ssh, vanila
Error Sahara create cluster: 'Error attach volume to instance
https://ask.openstack.org/en/question/84651/error-sahara-create-cluster-e...
Tags: sahara, attach-volume, vanila, icehouse
Creating Sahara cluster: Error attach volume to instance
https://ask.openstack.org/en/question/84650/creating-sahara-cluster-error...
Tags: sahara, attach-volume, hadoop, icehouse, vanilla
Routing between two tenants
https://ask.openstack.org/en/question/84645/routing-between-two-tenants/
Tags: kilo, fuel, rdo, routing
Freeing IP from FLAT network setup
https://ask.openstack.org/en/question/84063/freeing-ip-from-flat-network-...
Tags: juno, existing-network, rdo, neutron, flat
RDO kilo installation metadata widget doesn't work
https://ask.openstack.org/en/question/83870/rdo-kilo-installation-metadat...
Tags: kilo, flavor, metadata
Not able to ssh into RDO Kilo instance
https://ask.openstack.org/en/question/83707/not-able-to-ssh-into-rdo-kilo...
Tags: rdo, instance-ssh
No able to create an instance in odl integrated RDO Kilo openstack
https://ask.openstack.org/en/question/83700/no-able-to-create-an-instance...
Tags: kilo, rdo, opendaylight, kilo-neutron, integration
redhat RDO enable access to swift via S3
https://ask.openstack.org/en/question/83607/redhat-rdo-enable-access-to-s...
Tags: swift, s3
openstack baremetal introspection internal server error
https://ask.openstack.org/en/question/82790/openstack-baremetal-introspec...
Tags: rdo, ironic-inspector, tripleo
--
Rich Bowen - rbowen(a)redhat.com
OpenStack Community Liaison
http://rdoproject.org/
8 years, 7 months
[Rdo-list] RDO blogs, week of March 28
by Rich Bowen
Here's what RDO enthusiasts have been blogging about in the last week:
Tie Your Rabbit Down by Adam Young
I’ve been running the Tripleo Quickstart to setup my development
deployments. While looking into the setup, I noticed that the default
Rabbit deployment is wide open. I can’t see anything other than firewall
port blocking in place. I dug deeper.
… read more at http://tm3.org/5l
Red Hat confirms over 35 sessions at OpenStack Summit, Austin – Have a
look! by Jeff Jameson
As this Spring’s 2016 OpenStack Summit in Austin, TX nears, the
Foundation has posted the final session agenda, outlining the week’s
schedule of events. I am pleased to see that based on your voting, Red
Hat continues to remain in sync with the current topics, projects, and
technologies the OpenStack community and customers are most interested
in. With the expectation of the largest attendee crowd yet, and some
exciting advancements around containers, storage, networking, compute,
and more, we look forward to sharing the 35+ generally accepted
sessions, workshops, and BoFs that will be included in the weeks agenda.
… read more at http://tm3.org/5m
Dependency Injection in Python applied to Ossipee by Adam Young
I reworked my OpenStack API based cluster builder Ossipee last weekend.
It makes heavy use of dependency resolution now, and breaks apart the
super-base class into properly scoped components.
… read more at http://tm3.org/5n
Convert a keystone.rc from V2 to V3 by Adam Young
Everything seems to produce V2 versions of the necessary variables for
Keystone, and I am more and more dependant on the V3 setup. Converting
from one to the other is trivial, especially if the setup uses the
default domain.
… read more at http://tm3.org/5o
Long Term OpenStack Usage Summary by SilverSkySoft
Its been about 9 months since we first kicked off a limited production
install of OpenStack. There were few variables we were very interested
in: How much specialized support was needed to maintain a small
OpenStack and stability.
… read more at http://tm3.org/5p
Learn what’s coming in OpenStack “Mitaka” by Jeff Jameson
As the fastest growing open source project in history, OpenStack
releases fairly rapidly, with new releases twice per year. Each time,
around April and October of every year, a whole plethora of new features
and functions move from incubated development status to fully-baked
features and accepted into the “core” OpenStack release. Rapidly
approaching is the new “Mitaka” release, the 13th release of OpenStack,
filled with some great new features.
… read more at http://tm3.org/5q
Attempt to set up RDO Mitaka (RC1) at any given time (Delorean trunks)
by Boris Derzhavets
"The RDO project has a continuous integration pipeline that consists of
multiple jobs that deploy and test OpenStack as accomplished by
different installers. This vast test coverage attempts to ensure that
there are no known issues either in packaging, in code or in the
installers themselves.Once a Delorean consistent repository has
undergone these tests successfully, it will be promoted to
current-passed-ci. Current-passed-ci represents the latest and greatest
version of RDO trunk packages that were tested together successfully"
… read more at http://tm3.org/5r
--
Rich Bowen - rbowen(a)redhat.com
OpenStack Community Liaison
http://rdoproject.org/
8 years, 7 months
[Rdo-list] Fwd: [Openstack] [OpenStack Day Israel] Get in Your talks by March 31st!
by Rich Bowen
Just a few more days to get your talks in to OpenStack Day Israel!
-------- Forwarded Message --------
Subject: [Openstack] [OpenStack Day Israel] Get in Your talks by March
31st!
Date: Fri, 25 Mar 2016 17:13:37 +0300
From: Jeremy Hess <jeremy(a)gigaspaces.com>
To: openstack(a)lists.openstack.org, marketing(a)lists.openstack.org,
community(a)lists.openstack.org
Hi Everyone,
OpenStack Israel is proud to be holding it's upcoming OpenStack Day on
June 2nd. CFPs are still open for the next few days and we want to get
as many talks in as we can, so feel free to submit any talks you
submitted for the Austin Summit as well.
SUBMIT YOUR TALK HERE
<http://www.openstack-israel.org/#!copy-of-call-for-papers/cu3y>
Join Jonathan Bryce, Tim Bell (CERN), Jesse Proudman (Bluebox), and more
fantastic participants for this all-star event!
Looking forward to seeing you all there!
Jeremy Hess
OpenStack Israel Organizing Team
8 years, 8 months