|
Re: Error with bosh director deployment
No it is just a complete example. Remove the section if you don't need it.
No it is just a complete example. Remove the section if you don't need it.
|
By
Johannes Hiemer
·
#2282
·
|
|
Re: Error with bosh director deployment
Hi, Thanks for your response. Are you asking me to create external database machine? Here I am not using any external database..
Hi, Thanks for your response. Are you asking me to create external database machine? Here I am not using any external database..
|
By
Arpit Sharma
·
#2280
·
|
|
Re: Error with bosh director deployment
Hey Johannes,
Thanks for your response. Are you asking me to create other machine with postgre database?
Here I dont have any external database machine..
Hey Johannes,
Thanks for your response. Are you asking me to create other machine with postgre database?
Here I dont have any external database machine..
|
By
Arpit Sharma
·
#2281
·
|
|
Re: Error with bosh director deployment
Here you go:
#!/bin/bash
bosh create-env bosh.yml \
-o openstack/cpi.yml \
--state=/workspace/deployments/bosh-1/state.json \
--vars-store=/workspace/deployments/bosh-1/creds.yml \
-v
Here you go:
#!/bin/bash
bosh create-env bosh.yml \
-o openstack/cpi.yml \
--state=/workspace/deployments/bosh-1/state.json \
--vars-store=/workspace/deployments/bosh-1/creds.yml \
-v
|
By
Johannes Hiemer
·
#2279
·
|
|
Re: Error with bosh director deployment
Hi Johannes,
After correction of security group, again I am getting this error....
creating stemcell (bosh-openstack-kvm-ubuntu-trusty-go_agent 3421.9):
CPI 'create_stemcell' method responded with
Hi Johannes,
After correction of security group, again I am getting this error....
creating stemcell (bosh-openstack-kvm-ubuntu-trusty-go_agent 3421.9):
CPI 'create_stemcell' method responded with
|
By
Arpit Sharma
·
#2278
·
|
|
Bosh Director question related to CredHub
Bosh Director with CredHub enabled can handle the processing of credential identifiers in a manifest file instead of the actual value/literal. For example:
password: (( db_pwd))
Can Bosh Director
Bosh Director with CredHub enabled can handle the processing of credential identifiers in a manifest file instead of the actual value/literal. For example:
password: (( db_pwd))
Can Bosh Director
|
By
Michael Stancampiano
·
#2277
·
|
|
Re: Error with bosh director deployment
Hi Johannes,
Got it. I think i need to put brackets.
Hi Johannes,
Got it. I think i need to put brackets.
|
By
Arpit Sharma
·
#2275
·
|
|
Re: Error with bosh director deployment
In the CLI command itself
In the CLI command itself
|
By
Johannes Hiemer
·
#2276
·
|
|
Re: Error with bosh director deployment
In which file I need to make this change..? can you update me?
In which file I need to make this change..? can you update me?
|
By
Arpit Sharma
·
#2274
·
|
|
Re: Error with bosh director deployment
Hi Johannes,
Thanks for your response. In which file i need to make this change. I am already passing these variable values in command.
Hi Johannes,
Thanks for your response. In which file i need to make this change. I am already passing these variable values in command.
|
By
Arpit Sharma
·
#2273
·
|
|
Re: Error with bosh director deployment
Hi Tim,
I didn't get you. I am using vim. I have already done setup of openstack. On this setup I want to deploy Director. I am following this link
https://bosh.io/docs/init-openstack.html
I havn't
Hi Tim,
I didn't get you. I am using vim. I have already done setup of openstack. On this setup I want to deploy Director. I am following this link
https://bosh.io/docs/init-openstack.html
I havn't
|
By
Arpit Sharma
·
#2272
·
|
|
Re: Error with bosh director deployment
oops, I should have read the thread :-)
oops, I should have read the thread :-)
|
By
Tim Lawrence
·
#2271
·
|
|
Re: Question on Bosh download manifest command with CredHub enabled
manifest would contain credential identifiers.
Sent from my iPhone
manifest would contain credential identifiers.
Sent from my iPhone
|
By
Dmitriy Kalinin
·
#2270
·
|
|
Re: Error with bosh director deployment
As stated before changed security groups to default_security_groups=[default],
then it should work.
wrote:
As stated before changed security groups to default_security_groups=[default],
then it should work.
wrote:
|
By
Johannes Hiemer
·
#2269
·
|
|
Re: Error with bosh director deployment
looks like some kind of character encoding issue.. which editor did you
edit the manifest in? Are you using a Unicode Charset or something?
looks like some kind of character encoding issue.. which editor did you
edit the manifest in? Are you using a Unicode Charset or something?
|
By
Tim Lawrence
·
#2268
·
|
|
Question on Bosh download manifest command with CredHub enabled
Assume CredHub is installed and enabled to be used with Bosh Director. A deployment was performed whose manifest file contained variable identifiers for credentials and not the real values. This would
Assume CredHub is installed and enabled to be used with Bosh Director. A deployment was performed whose manifest file contained variable identifiers for credentials and not the real values. This would
|
By
Michael Stancampiano
·
#2266
·
|
|
Re: Error with bosh director deployment
Try with following, as a array...
v default_security_groups=[default]
Thanks,
Prashant
Try with following, as a array...
v default_security_groups=[default]
Thanks,
Prashant
|
By
Prashant Ghorpade
·
#2265
·
|
|
Error with bosh director deployment
Dear Team,
I am deploying bosh environment. When I am trying to deply director server, I am getting following error. Can you help me with this
creating stemcell
Dear Team,
I am deploying bosh environment. When I am trying to deply director server, I am getting following error. Can you help me with this
creating stemcell
|
By
Arpit Sharma
·
#2264
·
|
|
Error with bosh director deployment
Dear Team,
I am deploying bosh environment. When I am trying to deply director server, I am getting following error. Can you help me with this
creating stemcell
Dear Team,
I am deploying bosh environment. When I am trying to deply director server, I am getting following error. Can you help me with this
creating stemcell
|
By
Arpit Sharma <arpit.sharma@...>
·
#2267
·
|
|
Re: Bosh Deploy Says NoSuchKey However Object exists in the blobstore
agents were pointing to old blobstore, updating it fixed the isseue. However I believe bosh upload release/stemcell --fix should've fix it.
agents were pointing to old blobstore, updating it fixed the isseue. However I believe bosh upload release/stemcell --fix should've fix it.
|
By
nitin padalia
·
#2263
·
|