[rdo-list] Unable to log in to the VM instance’s console using openstack-mitaka release
by Chinmaya Dwibedy
Hi All,
I have installed OpenStack (i.e., openstack-mitaka release) on CentOS7.2 .
Used Fedora20 qcow2 cloud image for creating a VM using Dashboard.
1) Installed “libguestfs” on Nova compute node.
2) Updated these lines in “/etc/nova/nova.conf ”
inject_password=true
inject_key=true
inject_partition=-1
3) Restarted nove-compute: # service openstack-nova-compute restart
4) Enabled setting root password in
/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
OPENSTACK_HYPERVISOR_FEATURES = {
…..
‘can_set_password’: True,
}
5) Placed the below code in “Customization Script” section of the
Launch Instance dialog box in OpenStack.
#cloud-config
ssh_pwauth: True
chpasswd:
list: |
root: root
expire: False
runcmd:
- [ sh, -c, echo "=========hello world'=========" ]
It appears that, when the instance was launched, cloud-init did not
change the password for root user, and I was not able to log in to the
instance’s console (Dashboard) using username (root) and password
(root). it says “Log in incorrect”.
Upon checking the boot log found that, cloud-init has executed
/var/lib/cloud/instance/scripts/runcmd and printed hello world. Can
anyone please let me know where I am wrong ? Thanks in advance for
your support and time.
Regards,
Chinmaya
8 years, 7 months
[rdo-list] Access undercloud / overcloud vms via public ip addresses
by Edward Ahern
Hi All,
I'm installing Openstack via tripleo-quickstart. Is it possible to assign ip addresses other than the defaults to the undercloud / overcloud vm's such that they are publicly accessible within our networks?
I have seen this to configure undercloud.conf: http://ucw-bnemec.rhcloud.com/
But the undercloud vm itself is assigned a 192.168.23.x address so that also needs to be modified somewhere.
Regards,
Ed
8 years, 7 months
[rdo-list] Review login
by Pete Zaitcev
Hi, All:
Does anyone know how to obtain credentials in order to review
anything at review.rdoproject.org?
Thanks in advance,
-- Pete
8 years, 7 months
[rdo-list] What am I supposed to clone
by Pete Zaitcev
Guys,
Since I found that our documentation is full of obsolete information,
I tried to reach to people responsible for RDO privately. The response
wasn't particularly helpful, circling back to the same useless docs:
> > Yes, that's the right one and you can find some other info in:
> >
> > https://www.rdoproject.org/documentation/rdo-packaging-guidelines/
> >
> > RDO project just migrated to https://review.rdoproject.org/dashboard/
> > and we are still working to update the documentation to reflect these
> > changes.
> > Best regards,
> > Alfredo
*headdesk*
Dashboard is not even the repo! It's for reviews only!
Meanwhile, all the documents we have continue to state things like:
RDO packages currently use Fedora dist-git and fedpkg is used to obtain it,
for example:
$> fedpkg clone openstack-nova
......
With all the prerequisites met, it's time to clone the package dist-git
using fedpkg.
$> fedpkg clone openstack-$PROJECT
(in https://www.rdoproject.org/documentation/rdo-packaging/)
Naturally, anyone doing "fedpkg clone openstack-swift" gets a "dead.pacakge"
stub.
So, what do everyone clone? If someone could do this, it would be helpful:
grep url openstack-nova/.git/config
Greetings,
-- Pete
8 years, 7 months
[rdo-list] Can't ping Gateway, etc.
by John Alway
Hello,
I have RDO ALL-In-One installed. I set up a private network and a
public (external) network. I set up a virtual router to connect the
private network to the external network. I have RDO installed on Centos
7 as a guest. Windows 10 is my host OS.
When I move into the virtual router's namespace, I can ping the guest os's
IP address (192.168.1.12) and I can ping the host os's address
(192.168.1.11), but when I try to ping the gateway (192.168.1.1) it tells
me it is unreachable. It also fails when I try to pinggoogle.com
I can ping the gateway and google.com from the root namespace of the
guest os, centos 7.
I'd appreciate any help on this problem!
Thanks,
...John
8 years, 7 months
[rdo-list] ARA - Ansible Run Analysis
by Gerard Braad
Hi All,
David created a project that can help operators/admins with debugging,
analysing their Ansible playbooks. It is quite nice and is already
being used by some RDO projects. However, he suggested bringing this
under the OpenStack umbrella. For this, he created a review [1] Give
it some comments...
regards,
Gerard
[1] https://review.openstack.org/#/c/321226/
--
Gerard Braad
F/OSS & IT Consultant
8 years, 7 months