[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 may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 instances but not able to access 
the previously created machine.

Can anyone tell me how to get my machine back to working state?

Thank you,
Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


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 ssh –v hostname to test on one the machine outside openstack 
and the instance.

root@new:/home/ubuntu# ssh -v new
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to new [10.x.x.x] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 
Ubuntu-2ubuntu2
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH_6.6.1* compat 
0x0400
debug1: SSH2_MSG_KEXINIT sent

Read from socket failed: Connection timed out

So this is what I’m getting again.

Thank you,
Aishwarya

From: Neil Jerram [mailto:neil.jer...@metaswitch.com]
Sent: Thursday, July 30, 2015 1:38 PM
To: Adyanthaya, Aishwarya; openstack-operators@lists.openstack.org
Subject: Re: [Openstack-operators] ssh inside instance

Hi Aishwarya,

The basic requirement here is that anyone - which really means a combination of 
a computer or instance, plus a user on that computer/instance - needs to have 
the private key that matches the public key that is installed on the target 
instance.

You've asked about logging in from your first instance ‎- let's call it A - so 
you need to save the private key in a file on A - let's call it private_key - 
and give it 600 permissions:

chmod 600 private_key

Then you can use this key with SSH like this:

ssh -i private_key USER@OTHER-INSTANCE

Hope that helps.

Regards,
  Neil

From: 
aishwarya.adyanth...@accenture.commailto:aishwarya.adyanth...@accenture.com
Sent: Thursday, 30 July 2015 05:24
To: 
openstack-operators@lists.openstack.orgmailto:openstack-operators@lists.openstack.org
Subject: [Openstack-operators] ssh inside instance


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 the second instance from my first instance. Could 
someone tell me how to work it out?

Thank you,
Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.comhttp://www.accenture.com



___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 the second instance from my first instance. Could 
someone tell me how to work it out?

Thank you,
Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 gave me an error. Could 
some give me the steps as to how to proceed from the point of bringing the 
cookbooks to the node, uploading it and adding it to the run list.

Thank you!



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 'docker_docker_1.5.0.002.json'. 
Skipping
Traceback (most recent call last):
File /usr/lib/snappy-systemd/systemd-snappyhook, line 198, in module 
update_systemd_units()
.
.
.
.
Glib.Error: click_hooks_error-quark: Hook command 
'/usr/lib/snappy-system/systemd-snappyhook' failed: child process exited with 
code 1 (6)

Is the image in development and isn't fully tested? Or am I supposed to do 
install and configure prerequisites?

Thank you for the reply in advance!

Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


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.



-Original Message-
From: Andreas Scheuring [mailto:scheu...@linux.vnet.ibm.com]
Sent: Thursday, July 16, 2015 1:22 PM
To: Adyanthaya, Aishwarya
Cc: openstack-operators@lists.openstack.org
Subject: Re: [Openstack-operators] Unable to connect to internet from Openstack 
instance

Looks like name resolution does not work properly. You need to add an dns entry 
to your instance. You can try that by hand first
(/etc/resolv.conf) or you could try to add the dns info to your neutron subnet.

The dns server usually lives somewhere outside your openstack installation, so 
you should provide the external one

Andreas (IRC: scheuran)


On Do, 2015-07-16 at 05:09 +, aishwarya.adyanth...@accenture.com
wrote:
 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 upgrade

 Err http://archive.ubuntu.com trusty InRelease



 Err http://archive.ubuntu.com trusty-updates InRelease



 Err http://security.ubuntu.com trusty-security InRelease



 Err http://archive.ubuntu.com trusty Release.gpg

   Could not resolve 'archive.ubuntu.com'

 Err http://security.ubuntu.com trusty-security Release.gpg

   Could not resolve 'security.ubuntu.com'

 Err http://archive.ubuntu.com trusty-updates Release.gpg

   Could not resolve 'archive.ubuntu.com'

 Reading package lists... Done

 W: Failed to fetch
 http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease



 W: Failed to fetch
 http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease



 W: Failed to fetch
 http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease



 W: Failed to fetch
 http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg  Could not
 resolve 'archive.ubuntu.com'



 W: Failed to fetch
 http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg
 Could not resolve 'archive.ubuntu.com'



 W: Failed to fetch
 http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg
 Could not resolve 'security.ubuntu.com'



 W: Some index files failed to download. They have been ignored, or old
 ones used instead.

 Reading package lists... Done

 Building dependency tree

 Reading state information... Done

 Calculating upgrade... Done

 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



 Thank you,

 Aishwarya Adyanthaya




 __

 This message is for the designated recipient only and may contain
 privileged, proprietary, or otherwise confidential information. If you
 have received it in error, please notify the sender immediately and
 delete the original. Any other use of the e-mail by you is prohibited.
 Where allowed by local law, electronic communications with Accenture
 and its affiliates, including e-mail and instant messaging (including
 content), may be scanned by our systems for the purposes of
 information security and assessment of internal compliance with
 Accenture policy.
 __
 

 www.accenture.com
 ___
 OpenStack-operators mailing list
 OpenStack-operators@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operator
 s

--
Andreas
(IRC: scheuran)





This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 upgrade
Err http://archive.ubuntu.com trusty InRelease

Err http://archive.ubuntu.com trusty-updates InRelease

Err http://security.ubuntu.com trusty-security InRelease

Err http://archive.ubuntu.com trusty Release.gpg
  Could not resolve 'archive.ubuntu.com'
Err http://security.ubuntu.com trusty-security Release.gpg
  Could not resolve 'security.ubuntu.com'
Err http://archive.ubuntu.com trusty-updates Release.gpg
  Could not resolve 'archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease

W: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg  
Could not resolve 'archive.ubuntu.com'

W: Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg  Could not 
resolve 'archive.ubuntu.com'

W: Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg  Could not 
resolve 'security.ubuntu.com'

W: Some index files failed to download. They have been ignored, or old ones 
used instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Thank you,
Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


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

ubuntu@10.x.x.x’s password:
ubuntu@10.x.x.x’s password:
config-default.sh   
   100% 2447 2.4KB/s   00:00

broken pipe
lost connection.

and that is it. It breaks the connection. I did add the port 22 through the 
manage rules in the security groups.



From: ICHIBA Sara [mailto:ichi.s...@gmail.com]
Sent: Wednesday, July 08, 2015 12:22 PM
To: Adyanthaya, Aishwarya
Cc: openstack-operators@lists.openstack.org
Subject: Re: [Openstack-operators] No route to host

hey,
It's probably because you forgot to open the port 22 of your instance using the 
security groups.
your ssh command says that it couldn't reach the host 10.x.x.x . are you trying 
to ssh into your machine B using its private IP ? if so try to assign a 
floating IP to your machine B and then try again with this FIP instead.
Cheers,
Sara

2015-07-08 7:55 GMT+02:00 
aishwarya.adyanth...@accenture.commailto:aishwarya.adyanth...@accenture.com:
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 anyone point out what I have to do to fix it.

Thank you,
Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.comhttp://www.accenture.com

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.orgmailto:OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 anyone point out what I have to do to fix it.

Thank you,
Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 Ubuntu 14.04 but 
I'm experiencing the same issue. Could someone point out how to rectify this 
situation.

Thank you,
Aishwarya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 supposed to do to work it 
out?

I haven't attached the floating Ip yet.

Thank you,
Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


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.”

I don’t mind using cirros but when I try to run apt-get update command, it 
gives me ‘command not found’.

From: Abel Lopez [mailto:alopg...@gmail.com]
Sent: Thursday, July 02, 2015 10:55 AM
To: Adyanthaya, Aishwarya
Cc: openstack-operators@lists.openstack.org
Subject: Re: [Openstack-operators] Snapshots in dashboard.

You probably could via the glance cli, but do you really want to?
A public image is bootable by all tenants, which is fine, but an instance 
snapshot is more intended for like backups or scaling.
Are you trying to make public images for all your tenants?

On Wednesday, July 1, 2015, 
aishwarya.adyanth...@accenture.commailto:aishwarya.adyanth...@accenture.com 
wrote:
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



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.comhttp://www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


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@lists.openstack.org
Subject: Re: [Openstack-operators] Snapshots in dashboard.

Ah, perhaps your public key isn't being installed. Are you using the official 
Ubuntu cloud images (or something based off that)? Or are you using a 
desktop/VMware image?
Reason I ask is that cloud-init is an integral part of getting things like 
user-data and ssh keys setup at the initial build, and that might be missing 
from your image.
AFAIK, Cirros isn't meant for any real use, not sure if it's dpkg based.

On Wednesday, July 1, 2015, 
aishwarya.adyanth...@accenture.commailto:aishwarya.adyanth...@accenture.com 
wrote:

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.”

I don’t mind using cirros but when I try to run apt-get update command, it 
gives me ‘command not found’.

From: Abel Lopez 
[mailto:alopg...@gmail.comjavascript:_e(%7B%7D,'cvml','alopg...@gmail.com');]
Sent: Thursday, July 02, 2015 10:55 AM
To: Adyanthaya, Aishwarya
Cc: 
openstack-operators@lists.openstack.orgjavascript:_e(%7B%7D,'cvml','openstack-operators@lists.openstack.org');
Subject: Re: [Openstack-operators] Snapshots in dashboard.

You probably could via the glance cli, but do you really want to?
A public image is bootable by all tenants, which is fine, but an instance 
snapshot is more intended for like backups or scaling.
Are you trying to make public images for all your tenants?

On Wednesday, July 1, 2015, 
aishwarya.adyanth...@accenture.comjavascript:_e(%7B%7D,'cvml','aishwarya.adyanth...@accenture.com');
 wrote:
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



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.comhttp://www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 minion. While executing the command 
'KUBERNETES_PROVIDER=ubuntu ./kube-up.sh ' the setup is getting deployed but is 
ending with a loop while I enter the minion's node password. It keeps asking 
the password even after I type the correct one.

The services seems to be up and running. I restarted the etcd on both nodes in 
a separate window and ran the command :
$ kubectl get nodes
$NAME  LABELSSTATUS

As seen it gives an empty list which might be due to the incomplete status of 
the previous command while deploying.

Thanks!
Aishwarya




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 this?
ETCD_OPTS=-listen-client-urls=http://kube-master:4001;
-kube-apiserver,kube-controller-manager,kube-scheduler has been configured.
The services were in running 
state(kube-apiserver,kube-controller-manager,kube-scheduler,etcd)

On Minion node:
-Installed docker,
-Cloned the kubernetes.git and performed make release,
-kube-proxy and kubelet services were configured.
Both the services kube-proxy and kubelet are in running state.

The issue I am facing here is when I run the command to fetch kube minion 
details:
/opt/bin/kubectl get minions
NAMELABELSSTATUS
kube-minion noneNotReady

The document I have been following 
is-https://devops.profitbricks.com/tutorials/getting-started-with-a-multi-node-kubernetes-cluster-on-ubuntu/
 and it seems to be facing the same error. How do I get the node status as 
Ready? Does it have something to do with the service configurations?

Thank you in advance!
Aishwarya






This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 minion. While executing the command 
'KUBERNETES_PROVIDER=ubuntu ./kube-up.sh ' the setup is getting deployed but is 
ending with a loop while I enter the minion's node password. It keeps asking 
the password even after I type the correct one.

The services seems to be up and running. I restarted the etcd on both nodes in 
a separate window and ran the command :
$ kubectl get nodes
$NAME  LABELSSTATUS

As seen it gives an empty list which might be due to the incomplete status of 
the previous command while deploying.

Thanks!
Aishwarya





This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


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 the knife bootstrap 
which gives an error of course.

This is what I've tried: Chef-server version for 14.04: 
chef-server-core_12.0.4-1_amd64.deb and Openstack- Juno version

Steps what I've been following are:
/etc/hosts
127.0.0.1   localhost   # If the localhost is commented the 
chef-server-ctl reconfigure gets into an error.
x.x.x.x chef-server

dpkg -i chef-server-core_12.0.4-1_amd64.deb
chef-server-ctl reconfigure

Note: The error I get when the localhost is commented out is---
Recipe: private-chef::oc_id
  * runit_service[oc_id] action restart
===
Error executing action `restart` on resource 'runit_service[oc_id]'
===
Mixlib::ShellOut::ShellCommandFailed

Expected process to exit with [0], but received '1'

And even if I do get through this step by uncommenting the section in the 
/etc/hosts I'm unable to view the GUI of my web server as it reads: Chef 
Server API
This is the main endpoint for all of the Chef APIs. In general, none of these 
have any HTML representations, and the vast majority of them require that you 
are sending properly authenticated requests. So while it's neat that you came 
to visit, you probably won't find what you are looking for here. I restarted 
all the chef services to make sure they were running and they ran fine. 
Wondering if it was because I didn't run the command: chef-server ctl install 
opscode-manage but there was an error similar to the above mentioned error.

Therefore I used the package of 11.0.1 of chef-server with my juno openstack 
following the link: 
http://www.bogotobogo.com/DevOps/Chef/Chef_Client_Node_Knife_Bootstraping_a_Node_on_EC2_ubuntu_14_04.php
 The only difference is I've made use of openstack instead of EC2 but at the 
end I've encountered similar error to what the document has got.

Aishwarya Adyanthaya

-

 On May 14, 2015, at 1:21 AM, aishwarya.adyanth...@accenture.com wrote:

 Hi J,

 I ran the command 'knife node list' and found the list to be empty while the 
 'knife client list' command displays chef-validator and chef-webui. It seems 
 like when I was creating the node through  knife openstack server create the 
 node got launched successfully in the dashboard and I'm able to ssh the node 
 but the command gives error as:

 Waiting for sshd to host
 (x.x.x.x).
 done Doing old-style registration with the validation key at
 /root/chef-repo/.chef/chef-validator.pem...
 Delete your validation key in order to use your user credentials
 instead

 Connecting to x.x.x.x
 FATAL: Check if --bootstrap-protocol and --image-os-type is correct.
 connection closed by remote host
 ERROR: Net::SSH::Disconnect: Check if --bootstrap-protocol and
 --image-os-type is correct. connection closed by remote host


 The command I'm using to create the node is:

 knife openstack server create -f 2 -I ubuntu_image -a
 external_id--network-ids alphanumeric_id -S chef_key -N node_name
-

I’m at a loss here. If this is a Ubuntu box, neither of the —bootstrap-protocol 
or the —image-os-type should be even checked. This is also failing because the 
connection was closed, so thats pointing to your vm on the in your OpenStack 
instance. Do you have any networking oddities between your workstation and this 
vm and cloud?

Also, i’m hoping that “ubuntu_image” is you scrubbing your UUID, because I’ve 
seen some issues with using the “easy name” in Juno. I’m pretty sure it was 
resolved in the 1.0.0 release though.

Actually yeah i don’t know what version of the OpenStack are you running 
against? Is this a major public cloud or is it in-house?

I’ve personally tested the knife-openstack 1.1.0 against a couple major public 
clouds, devstack, and the Chef cookbook built OpenStack instance so I know we 
have a good coverage.

You said you can SSH into the box, that’s good, so also lets take a step back. 
Can you provision a machine with knife openstack server create? When you do, do 
you see it pop up in nova list or the horizon dashboard? If so, then we can 
determine that the creation is working and we can move forward with the network 
connection and bootstrapping.

In very simple terms the bootstrap literally SSHs into the box, pulls down 
chef, moves up the validation key and then runs chef-client. If you can SSH to 
it 

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.
root@master:~/chef-repo#

My knife.rb reads like this:
log_level  :info
log_location   STDOUT
node_name   'ash'
client_key   
'/root/chef-repo/.chef/ash.pem'
validation_client_name'chef-validator'
validation_key  
'/root/chef-repo/.chef/chef-validator.pem'
chef_server_url   'https://master:443'
syntax_check_cache_path  '/root/chef-repo/.chef/syntax_check_cache'
cookbook_path [ '/root/chef-repo/cookbooks' ]

### Note: If you are not proxying HTTPS to the OpenStack auth port, the scheme 
should be HTTP
knife[:openstack_auth_url] = http://controller:5000/v2.0/tokens;
knife[:openstack_username] = admin
knife[:openstack_password] = admin 
knife[:openstack_tenant] = admin


root@master:~/chef-repo/.chef# ls
admin.pem  ash.pem  knife.rb  syntax_check_cache  trusted_certs







From: Abel Lopez [mailto:alopg...@gmail.com]
Sent: Tuesday, May 12, 2015 8:36 PM
To: Adyanthaya, Aishwarya
Cc: openstack-operators@lists.openstack.org
Subject: Re: [Openstack-operators] chef

I think the error comes from your chef server, not openstack API. Have you 
tried answering N to the overwrite?

On May 12, 2015, at 4:48 AM, 
aishwarya.adyanth...@accenture.commailto:aishwarya.adyanth...@accenture.com 
wrote:

Hello,

I’m trying to integrate chef-server(version 11.0.10) with Ubuntu Openstack. I’m 
able to create an instance from the chef server in the openstack dashboard but 
I get an error while trying to bootstrap the node. The error is as described 
below:

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) y
INFO: HTTP Request Returned 405 Method Not Allowed:
ERROR: Method Not Allowed
Response:

I configured security rules in the dashboard by adding http, https, ssh but it 
doesn’t seem to work. Can someone tell me what I’m doing wrong? Thanks in 
advance!

Aishwarya Adyanthaya



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.comhttp://www.accenture.com/
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.orgmailto:OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 was done. The services on 
minions aren't in running state after the configuration are done. I tried 
manually starting it with the service start command and checked for its status 
but it seems to be in stop/waiting state.

Could anyone point out what I have to do? Thanks in advance!

Aishwarya Adyanthaya




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


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 machine for the configuration but couldn’t find it. If you could let 
me know on it that would be really helpful. Thank you in advance.

Aishwarya Adyanthaya



From: Alex Freedland [mailto:afreedl...@mirantis.com]
Sent: Tuesday, April 07, 2015 8:43 PM
To: Adyanthaya, Aishwarya
Cc: openstack-operators@lists.openstack.org
Subject: Re: [Openstack-operators] Endpoints in kubernetes

Here is a link for disk image builder for Kubernetes images with use in Murano: 
https://github.com/stackforge/murano/tree/master/contrib/elements/kubernetes

It has all steps to preinstall Kubernetes on top of Ubuntu.


Alex Freedland
Co-Founder and Chairman
Mirantis, Inc.


On Tue, Apr 7, 2015 at 5:16 AM, 
aishwarya.adyanth...@accenture.commailto:aishwarya.adyanth...@accenture.com 
wrote:
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 service1 not found’ though 
in the end of the execution  it read successful. When I checked the network it 
read ‘Error:  cannot sync with the cluster using endpoints 
http://127.0.0.1:4001’.

Does anyone know if we need to add extra packages or other configurations that 
needs to be done before getting Kubernetes.git on the node to rectify the error?

Thanks!



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.comhttp://www.accenture.com

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.orgmailto:OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 service1 not found' though 
in the end of the execution  it read successful. When I checked the network it 
read 'Error:  cannot sync with the cluster using endpoints 
http://127.0.0.1:4001'.

Does anyone know if we need to add extra packages or other configurations that 
needs to be done before getting Kubernetes.git on the node to rectify the error?

Thanks!



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[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 service1 not found' though 
in the end of the execution  it read successful. When I checked the network it 
read 'Error:  cannot sync with the cluster using endpoints 
http://127.0.0.1:4001'.

Does anyone know if we need to add extra packages or other configurations that 
needs to be done before getting Kubernetes.git on the node to rectify the error?

Thanks!



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators