|
does bosh delete VMs in error state [nova] on OpenStack?
Hi
does bosh delete VMs in error state on OpenStack?
I am doing a bosh deploy and see with "nova list" that bosh creates VMs.
They fail in error state and then gone. Is that some bosh mechanism?
I
Hi
does bosh delete VMs in error state on OpenStack?
I am doing a bosh deploy and see with "nova list" that bosh creates VMs.
They fail in error state and then gone. Is that some bosh mechanism?
I
|
By
Lukas Lehner <weblehner@...>
·
#242
·
|
|
Execute scripts / tests inside bosh-managed VMs
Hello all,
I'd like to run some scripts inside VMs deployed by BOSH, is it possible?
Like: with bosh IP address, credentials, deployment name and VM name, run this script, without doing it
Hello all,
I'd like to run some scripts inside VMs deployed by BOSH, is it possible?
Like: with bosh IP address, credentials, deployment name and VM name, run this script, without doing it
|
By
Michael Grifalconi <michael.grifalconi@...>
·
#241
·
|
|
Re: cf-stub.yml example with minimum or required info
What should be the value then, it is generated by spiff?
should I place this in cf-stub.yml under properties to overwrite what spiff doing as following:
properties:
metron_agent:
deployment:
What should be the value then, it is generated by spiff?
should I place this in cf-stub.yml under properties to overwrite what spiff doing as following:
properties:
metron_agent:
deployment:
|
By
Ali
·
#240
·
|
|
Re: cf-stub.yml example with minimum or required info
Seems this could not be null in deployment.yml
metron_agent:
deployment: null
wrote:
Seems this could not be null in deployment.yml
metron_agent:
deployment: null
wrote:
|
By
Gwenn Etourneau
·
#239
·
|
|
Re: cf-stub.yml example with minimum or required info
Both cf-stub.yml and the spiff generated cf-deployment.yml are attached.
I noticed in cf-deployment.yml a section called “- default_networks:” inserted between jobs, does this look normal?
Note:
Both cf-stub.yml and the spiff generated cf-deployment.yml are attached.
I noticed in cf-deployment.yml a section called “- default_networks:” inserted between jobs, does this look normal?
Note:
|
By
Ali
·
#238
·
|
|
how to change persistent store datastore
Hi,
I need to migrate the persistent storage used by my BOSH deployed application to a new vsphere datastore. I have successfully updated the BOSH configuration to refer to the new persistent
Hi,
I need to migrate the persistent storage used by my BOSH deployed application to a new vsphere datastore. I have successfully updated the BOSH configuration to refer to the new persistent
|
By
Jo Stockley
·
#237
·
|
|
Re: cf-stub.yml example with minimum or required info
Please show us you manifest, seems something is missing.
wrote:
Please show us you manifest, seems something is missing.
wrote:
|
By
Gwenn Etourneau
·
#236
·
|
|
Re: cf-stub.yml example with minimum or required info
Hi Joseph,
Thank you! I changed to using two different networks and now "bosh deploy” works and all VMs are deployed successfully, but looks like there is a binding configuration error:
Binding
Hi Joseph,
Thank you! I changed to using two different networks and now "bosh deploy” works and all VMs are deployed successfully, but looks like there is a binding configuration error:
Binding
|
By
Ali
·
#235
·
|
|
Re: cf-stub.yml example with minimum or required info
Anything in the network section that is not static or reserved, BOSH will
assume it can use for any other instances in that zone. Because your two
subnets overlap, and you have not partitioned it off
Anything in the network section that is not static or reserved, BOSH will
assume it can use for any other instances in that zone. Because your two
subnets overlap, and you have not partitioned it off
|
By
CF Runtime
·
#234
·
|
|
Re: cf-stub.yml example with minimum or required info
Sorry I did not see this reply from Gwenn Etourneau.
After “bosh cck”, it found 6 problems and then I tried option 2 to reboot and also tried option 3 to recreate VM, none of them fixed the
Sorry I did not see this reply from Gwenn Etourneau.
After “bosh cck”, it found 6 problems and then I tried option 2 to reboot and also tried option 3 to recreate VM, none of them fixed the
|
By
Ali
·
#233
·
|
|
Ubuntu Trusty kernel version
Hey all,
We are planning to bump the Ubuntu Trusty stemcell kernel to 3.19 in coming
weeks to get improvements for btrfs and overlayfs. Any concerns?
Dmitriy
Hey all,
We are planning to bump the Ubuntu Trusty stemcell kernel to 3.19 in coming
weeks to get improvements for btrfs and overlayfs. Any concerns?
Dmitriy
|
By
Dmitriy Kalinin
·
#232
·
|
|
Re: cf-stub.yml example with minimum or required info
Any one can help here or point me to appropriate documents?
Thank you!
From: AHMED ALI <ahmeali(a)cisco.com<mailto:ahmeali(a)cisco.com>>
Date: Monday, June 8, 2015 at 11:43 AM
To: "Discussions
Any one can help here or point me to appropriate documents?
Thank you!
From: AHMED ALI <ahmeali(a)cisco.com<mailto:ahmeali(a)cisco.com>>
Date: Monday, June 8, 2015 at 11:43 AM
To: "Discussions
|
By
Ali
·
#231
·
|
|
Re: deploying cloud foundry fails with openstack Icehouse
Please use the OpenStack cpi release
https://bosh.io/releases/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?version=8
Please use the OpenStack cpi release
https://bosh.io/releases/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?version=8
|
By
Gwenn Etourneau
·
#230
·
|
|
Re: deploying cloud foundry fails with openstack Icehouse
Hi Ferran,
Earlier I tried using bosh-init. This time I deleted the instance and tried again with bosh using the following manifest:
name: cf-bosh
network:
type: manual
vip: <FLOATING_IP> #
Hi Ferran,
Earlier I tried using bosh-init. This time I deleted the instance and tried again with bosh using the following manifest:
name: cf-bosh
network:
type: manual
vip: <FLOATING_IP> #
|
By
Surekha Bejgam (sbejgam) <sbejgam@...>
·
#229
·
|
|
Re: deploying cloud foundry fails with openstack Icehouse
What blockstorage backend are you using? Ceph or pure Cinder (lvm)?
Is weird that the create volume api call passes the mel-2-csx availability zone, when ignore_server_availability_zone is set, it
What blockstorage backend are you using? Ceph or pure Cinder (lvm)?
Is weird that the create volume api call passes the mel-2-csx availability zone, when ignore_server_availability_zone is set, it
|
By
Ferran Rodenas <frodenas@...>
·
#228
·
|
|
Re: deploying cloud foundry fails with openstack Icehouse
Thanks Ferran for your suggestion. I tried adding this property, still fails with the same error message.
Not sure what else I could try.
Regards,
Surekha
From: Ferran Rodenas
Thanks Ferran for your suggestion. I tried adding this property, still fails with the same error message.
Not sure what else I could try.
Regards,
Surekha
From: Ferran Rodenas
|
By
Surekha Bejgam (sbejgam) <sbejgam@...>
·
#227
·
|
|
Re: deploying cloud foundry fails with openstack Icehouse
Have you tried setting the "ignore_server_availability_zone" property?
properties:
openstack:
ignore_server_availability_zone: true
- Ferdy
2015-06-12 7:55 GMT+02:00 Lakshman Mukkamalla
Have you tried setting the "ignore_server_availability_zone" property?
properties:
openstack:
ignore_server_availability_zone: true
- Ferdy
2015-06-12 7:55 GMT+02:00 Lakshman Mukkamalla
|
By
Ferran Rodenas <frodenas@...>
·
#226
·
|
|
Re: deploying cloud foundry fails with openstack Icehouse
Just FYI.
We are even tried with bosh-init to install CF in openstack. Below is what we see, with the same issue as bosh micro deploy
Command 'deploy' failed:
Deploying:
Creating instance
Just FYI.
We are even tried with bosh-init to install CF in openstack. Below is what we see, with the same issue as bosh micro deploy
Command 'deploy' failed:
Deploying:
Creating instance
|
By
Lakshman Mukkamalla (lmukkama) <lmukkama@...>
·
#225
·
|
|
Re: deploying cloud foundry fails with openstack Icehouse
This az really exit ? mel-2-csx' and please give us a manifest file :)
sbejgam(a)cisco.com> wrote:
This az really exit ? mel-2-csx' and please give us a manifest file :)
sbejgam(a)cisco.com> wrote:
|
By
Gwenn Etourneau
·
#224
·
|
|
deploying cloud foundry fails with openstack Icehouse
Hello,
We are trying to deploy cloud foundry using bosh.
Stemcell info
-------------
Name: bosh-openstack-kvm-ubuntu-trusty-go_agent-raw
Version: 2915
BOSH Version: BOSH 1.2982.0
Below is the
Hello,
We are trying to deploy cloud foundry using bosh.
Stemcell info
-------------
Name: bosh-openstack-kvm-ubuntu-trusty-go_agent-raw
Version: 2915
BOSH Version: BOSH 1.2982.0
Below is the
|
By
Surekha Bejgam (sbejgam) <sbejgam@...>
·
#223
·
|