|
BOSH Manifest and directory_uuid
Team,
After reviewing the bosh.io site and other email list, I can't find a good
reason on why does the manifest YAML file needs to have the director_uuid in
the manifest. According to the docs found
Team,
After reviewing the bosh.io site and other email list, I can't find a good
reason on why does the manifest YAML file needs to have the director_uuid in
the manifest. According to the docs found
|
By
Alberto A. Flores
·
#101
·
|
|
Re: BOSH Manifest and directory_uuid
It's a safety feature so that people do not accidentally deploy deployment
with a same name to a wrong environment. For example if you have staging
and prod environments and both have cf deployment.
It's a safety feature so that people do not accidentally deploy deployment
with a same name to a wrong environment. For example if you have staging
and prod environments and both have cf deployment.
|
By
Dmitriy Kalinin
·
#102
·
|
|
Re: BOSH Manifest and directory_uuid
Thanks Dmitriy, so if I “version control” a manifest, I’d have to keep a different version for “prod” and another one for “staging”? Is there a way to override it in the command
Thanks Dmitriy, so if I “version control” a manifest, I’d have to keep a different version for “prod” and another one for “staging”? Is there a way to override it in the command
|
By
Alberto A. Flores
·
#103
·
|
|
Re: BOSH Manifest and directory_uuid
Try this idea https://github.com/concourse/concourse/blob/master/manifests/bosh-lite.yml#L4
wrote:
Try this idea https://github.com/concourse/concourse/blob/master/manifests/bosh-lite.yml#L4
wrote:
|
By
Dr Nic Williams
·
#104
·
|
|
Re: BOSH Manifest and directory_uuid
Awesome idea, Dr. Nic..! That works!
I appreciate the feedback!
--
Alberto Flores
Twitter: @albertoaflores
From: Dr Nic Williams <drnicwilliams(a)gmail.com>
Reply: Dr Nic Williams
Awesome idea, Dr. Nic..! That works!
I appreciate the feedback!
--
Alberto Flores
Twitter: @albertoaflores
From: Dr Nic Williams <drnicwilliams(a)gmail.com>
Reply: Dr Nic Williams
|
By
Alberto A. Flores
·
#105
·
|
|
Re: Create bosh stemcell failed in AWS region cn-north-1
I have tried full stemcell
bosh-stemcell-2972-aws-xen-ubuntu-trusty-go_agent.tgz, but failed, error
"create stemcell failed: unable to find AKI:" was thrown (please find
details in my first email).
I have tried full stemcell
bosh-stemcell-2972-aws-xen-ubuntu-trusty-go_agent.tgz, but failed, error
"create stemcell failed: unable to find AKI:" was thrown (please find
details in my first email).
|
By
支雷 <lzhi3937 at gmail.com...>
·
#106
·
|
|
Re: Create bosh stemcell failed in AWS region cn-north-1
There are two issues - the second is that bosh-bootstrap uses a project
"cyoi" (choose your own infrastructure) and underneath it uses "fog" - its
quite possible that either or both do not yet support
There are two issues - the second is that bosh-bootstrap uses a project
"cyoi" (choose your own infrastructure) and underneath it uses "fog" - its
quite possible that either or both do not yet support
|
By
Dr Nic Williams
·
#107
·
|
|
Re: BOSH Manifest and directory_uuid
We've had this problem as well, and discussed a couple of features in bosh
that could help:
1. Allow the user to tell the director what its name is, and use that in
the UUID field. and/or...
We've had this problem as well, and discussed a couple of features in bosh
that could help:
1. Allow the user to tell the director what its name is, and use that in
the UUID field. and/or...
|
By
Tammer Saleh
·
#108
·
|
|
Retrieving external ip in .erb template
Hello Bosh community,
Is it possible to retrieve external ip in .erb template?
I'd like to release/deploy Apache Kafka using Bosh, and one of the
properties to configure in Kafka server.properties
Hello Bosh community,
Is it possible to retrieve external ip in .erb template?
I'd like to release/deploy Apache Kafka using Bosh, and one of the
properties to configure in Kafka server.properties
|
By
Stevo Slavić <sslavic at gmail.com...>
·
#109
·
|
|
Most bosh director commands fail with a HTTP 500
Hi folks,
One of my three bosh directors has gotten itself stuck in a strange state where most (but not all) operations fail. I have recreated the director with a couple of different stemcells (but
Hi folks,
One of my three bosh directors has gotten itself stuck in a strange state where most (but not all) operations fail. I have recreated the director with a couple of different stemcells (but
|
By
Scott Taggart <staggart@...>
·
#110
·
|
|
Regarding installation of bosh
Hi guys ,
I am right now working on deploying cloudfoundry on openstack. When i am
running the gem install bosh_cli command it is throwing error saying host
not found. I was able to ping all the
Hi guys ,
I am right now working on deploying cloudfoundry on openstack. When i am
running the gem install bosh_cli command it is throwing error saying host
not found. I was able to ping all the
|
By
Bharath
·
#111
·
|
|
Re: Regarding installation of bosh
can you post the actual terminal output to a gist or something?
--
Thank you,
James Bayer
can you post the actual terminal output to a gist or something?
--
Thank you,
James Bayer
|
By
James Bayer
·
#112
·
|
|
Re: Most bosh director commands fail with a HTTP 500
There currently exists a problem in the Director during task cleanup.
Director tries to clean up task logs for the tasks that do not have
associated directory on
There currently exists a problem in the Director during task cleanup.
Director tries to clean up task logs for the tasks that do not have
associated directory on
|
By
Dmitriy Kalinin
·
#113
·
|
|
Re: Retrieving external ip in .erb template
Concourse release (github.com/concourse/concourse) does something like
this:
https://github.com/concourse/concourse/blob/master/jobs/atc/templates/atc_ctl.erb#L18-L39
Your example should work also.
Concourse release (github.com/concourse/concourse) does something like
this:
https://github.com/concourse/concourse/blob/master/jobs/atc/templates/atc_ctl.erb#L18-L39
Your example should work also.
|
By
Dmitriy Kalinin
·
#114
·
|
|
Re: Create bosh stemcell failed in AWS region cn-north-1
It seems like this method cannot find appropriate AKIs:
https://github.com/cloudfoundry/bosh/blob/master/bosh_aws_cpi/lib/cloud/aws/aki_picker.rb#L48-L59
I just requested account from AWS to access
It seems like this method cannot find appropriate AKIs:
https://github.com/cloudfoundry/bosh/blob/master/bosh_aws_cpi/lib/cloud/aws/aki_picker.rb#L48-L59
I just requested account from AWS to access
|
By
Dmitriy Kalinin
·
#115
·
|
|
Re: Changeing IP Addresses of containers
Sorry for the late response. Typically following error message (Creating
container: network already acquired) is displayed when container is not
properly deleted from the previous deployments.
Sorry for the late response. Typically following error message (Creating
container: network already acquired) is displayed when container is not
properly deleted from the previous deployments.
|
By
Dmitriy Kalinin
·
#116
·
|
|
Re: Retrieving external ip in .erb template
Thanks for reply Dmitriy!
I needed a script that gives me static vip of instance, one which does not
change (without changes to deployment manifest).
I tried and found out that
Thanks for reply Dmitriy!
I needed a script that gives me static vip of instance, one which does not
change (without changes to deployment manifest).
I tried and found out that
|
By
Stevo Slavić <sslavic at gmail.com...>
·
#117
·
|
|
Re: Retrieving external ip in .erb template
Question, normally your kafka node will bind to all interface, so something
like <%= spec.networks.yournetworks.ip%> should work no ?
Question, normally your kafka node will bind to all interface, so something
like <%= spec.networks.yournetworks.ip%> should work no ?
|
By
Gwenn Etourneau
·
#118
·
|
|
can errand job be co-located with normal(service) jobs in one VM deployment?
Hi,
I have a use case that there are 4 jobs that I'd like to deploy on the same VM, 3 of them are normal jobs (service jobs) that will be monitored, 1 job is not a normal job which I'd like to run
Hi,
I have a use case that there are 4 jobs that I'd like to deploy on the same VM, 3 of them are normal jobs (service jobs) that will be monitored, 1 job is not a normal job which I'd like to run
|
By
Tina
·
#119
·
|
|
Multi-AZ CF Deployment in Openstack
I tried to deploy cloud foundry on multiple availability zone using openstack
infrastructure.
I have defined the zones under meta, however it seems that cf was deployed
according to the weight of my
I tried to deploy cloud foundry on multiple availability zone using openstack
infrastructure.
I have defined the zones under meta, however it seems that cf was deployed
according to the weight of my
|
By
ryunata <ricky.yunata@...>
·
#120
·
|