Re: [Openstack-operators] chef

2015-05-15 Thread aishwarya.adyanthaya
Hi, Yes, when I issued the command to create a node I was able to view it in my dashboard and also thorough my cli by 'knife openstack server list' command. I'm able to ssh to the node without any problem but the create command gives an error even though the node is created. The next step is

Re: [Openstack-operators] chef

2015-05-12 Thread aishwarya.adyanthaya
Hi, While I try to answer “N” to the overwrite this is what I get: root@master:~/chef-repo# knife bootstrap external_ip –i /home/oss/chef_key.pem -x ash --sudo -V INFO: Using configuration from /root/chef-repo/.chef/knife.rb Node exists, overwrite it? (Y/N) n You said no, so I'm done here.

Re: [Openstack-operators] Endpoints in kubernetes

2015-04-12 Thread aishwarya.adyanthaya
Hi Alex, I went to the link you specified (https://github.com/stackforge/murano/tree/master/contrib/elements/kubernetes) and downloaded the packages for Kubernetes (like etcd, Kubernetes, flannel) but found no configuration files where I could edit the service configuration. I checked my

[Openstack-operators] kubernetes services

2015-04-13 Thread aishwarya.adyanthaya
Hi, I'm trying to integrate Kubernetes with Openstack and I have been following the site 'devops.profitbricks.com' for it. The master node is running services such as kube-apiserver, kube-scheduler, kube-controller-manager but the etcd service seem to be missing even after the configuration

[Openstack-operators] Endpoints in kubernetes

2015-04-07 Thread aishwarya.adyanthaya
Hello, I'm trying to integrate Kubernetes with OpenStack and I've started with the master node. While creating the master node I downloaded the Kubernetes.git and next I executed the command 'make release'. During the release, I got few lines that read 'Error on creating endpoints: endpoints

[Openstack-operators] Endpoints in kubernetes

2015-04-07 Thread aishwarya.adyanthaya
Hello, I'm trying to integrate Kubernetes with OpenStack and I've started with the master node. While creating the master node I downloaded the Kubernetes.git and next I executed the command 'make release'. During the release, I got few lines that read 'Error on creating endpoints: endpoints

[Openstack-operators] Kubernetes-ubuntu

2015-06-03 Thread aishwarya.adyanthaya
Hi, I'm trying to set up my openstack with kubernetes. I have followed the document on github-https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md I'm using two nodes for the kubernetes, one behaving as both master and minion, the second node as

[Openstack-operators] Kubernetes

2015-06-03 Thread aishwarya.adyanthaya
Hi, I'm trying to build a kubernetes setup on Ubuntu 14.04 (1 master, 1 minion) so that I can integrate with my Openstack. The configurations I've done up till now are: On Master node: -Installed docker, -etcd 2.0 -Cloned the kubernetes.git and performed make release, -Where do you configure

[Openstack-operators] Kubernetes-ubuntu

2015-06-03 Thread aishwarya.adyanthaya
Hi, I'm trying to set up my openstack with kubernetes. I have followed the document on github-https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md I'm using two nodes for the kubernetes, one behaving as both master and minion, the second node as

[Openstack-operators] Accessing outside network from instance

2015-07-01 Thread aishwarya.adyanthaya
Hi, I have created a three nodes architecture for my openstack setup with the Kilo version. I am able to create an instance from the dashboard but when I try to access the outside network for instance running an 'apt-get' command gives me an error 'sh: apt-get command not found'. What am I

Re: [Openstack-operators] Snapshots in dashboard.

2015-07-01 Thread aishwarya.adyanthaya
Yes, that’s right. I used the glance image-update command and got it to public ‘Yes’. The thing here is that, when I launch a cirros image I’m able to access it through the putty session but while using the Ubuntu image it prompts me as ‘Disconnected: No supported authentications available.”

[Openstack-operators] Snapshots in dashboard.

2015-07-01 Thread aishwarya.adyanthaya
Hi, I created a snapshot from the instance I configured through the dashboard. When I go the images in the compute tab, I can see my snapshot has being created but the public tab there reads 'No'. Is there a way byb which I can change it to a 'Yes'. Thank you in advance! Aishwarya Adyanthaya

Re: [Openstack-operators] Snapshots in dashboard.

2015-07-01 Thread aishwarya.adyanthaya
This is the image I downloaded on my machine from the Ubuntu cloud images: wget -P /tmp/images http://uec-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img From: Abel Lopez [mailto:alopg...@gmail.com] Sent: Thursday, July 02, 2015 11:17 AM To: Adyanthaya, Aishwarya Cc:

[Openstack-operators] ubuntu-14.04 unable to ssh

2015-07-06 Thread aishwarya.adyanthaya
Hi, I'm working on creating instances inside the openstack dashboard. I have two images of Ubuntu 12.04 and Ubuntu 14.04. What I'm noticing here is when I upgrade my instance of Ubuntu 12.04 to 14.04, I'm unable to ssh to that machine. I tried bringing up the instance through the image of

[Openstack-operators] ssh inside instance

2015-07-29 Thread aishwarya.adyanthaya
Hi, I've launched two instances from my openstack dashboard. Firstly I created instance one, where I generated a key through the ssh-keygen command, pasting the public key contents to import key in the access and security. Using this key I launched second instance. I want to be able to ssh

[Openstack-operators] Chef cookbook

2015-07-29 Thread aishwarya.adyanthaya
Hi, I've integrated chef with openstack and needed to work on the cookbooks. I wanted to upload a docker and mysql cookbook in specific to the chef-dashboard. I've gone through the supermarket of the chef.io but I just ended up confused. Moreover, when I tried uploading the cookbook it either

Re: [Openstack-operators] ssh inside instance

2015-07-30 Thread aishwarya.adyanthaya
Hi Neil, I did the same as you have suggested. I have created an instance A and generated a private_key, giving it 600 permission. Using the key I launched the instance B but when I ssh from the instance A after a while it reads: Read from socket failed: Connection timed out I even tried with

[Openstack-operators] Unable to connect to internet from Openstack instance

2015-07-15 Thread aishwarya.adyanthaya
Hi, I created an instance in my dashboard and attached a floating IP to it. I'm able to ssh to node (which has Ubuntu 14.04 image) but when I try to do an 'apt-get update apt-get upgrade' I'm facing issue there. Below is what I'm facing: root@node:/home/ubuntu# apt-get update apt-get

Re: [Openstack-operators] Unable to connect to internet from Openstack instance

2015-07-16 Thread aishwarya.adyanthaya
Hi, I did add a dns nameserver in the /etc/resolv.conf file. The problem I'm facing here it at times I'm able to download packages or ping any internet site but then I loose connection from accessing internet. I checked my Openstack services and they are up and in running state.

[Openstack-operators] Snappy-ubuntu

2015-07-20 Thread aishwarya.adyanthaya
Hi, Recently I have downloaded the Snappy Ubuntu image. While downloading the docker package I'm facing errors. # sudo snappy install docker docker 8MB [===] OK ERROR: Could not generate AppArmor profile for

Re: [Openstack-operators] No route to host

2015-07-08 Thread aishwarya.adyanthaya
Hey, Thanks for the quick reply. I did attach a floating Ip to the instance. To test, I took the instance created inside the Openstack and tried deploying the machine with the services: Starting cluster using provider: ubuntu ... calling verify-prereqs Deploying on machine 10.x.x.x

[Openstack-operators] No route to host

2015-07-08 Thread aishwarya.adyanthaya
Hi, I'm having trouble while trying to deploy a package from 'machine-A' outside openstack to the 'machine-B'(instance) inside openstack which is created through the dashboard. This is the error I get when I try to deploy it: ssh: connect to host 10.x.x.x port 22: No route to host Could

[Openstack-operators] Openstack instance

2015-12-10 Thread aishwarya.adyanthaya
Hello, Previously I launched an instance in the Openstack dashboard but now I'm unable to access it. When I tried I go for a soft reboot it throws an error as 'Error: Failed to launch instance "test": Please try again later [Error: Unavailable console type rdp-html5.].' I'm able to launch

[Openstack-operators] Barbican

2017-01-08 Thread aishwarya.adyanthaya
Hi, I have tried installing barbican in my OpenStack setup but when I try to db_sync it, it gives me the error 'No passwd entry for user 'barbican''. Could someone guide me on how to resolve it. Thank you. This message is for the designated recipient only and