|
Download Public Stemcell Parameter?
I was playing around with the CLI and I noticed that the output of `bosh
public stemcells` indicates there should be a `--full` parameter; however,
it doesn't seem to work?
```
$ bosh public
I was playing around with the CLI and I noticed that the output of `bosh
public stemcells` indicates there should be a `--full` parameter; however,
it doesn't seem to work?
```
$ bosh public
|
By
Quintessence Anx
·
#21
·
|
|
Re: BOSH Agent / Stemcell for Windows?
There have been some early discussions (and I believe there might be a
closed source prototype out there), but it's a logical step at some point.
-chip
There have been some early discussions (and I believe there might be a
closed source prototype out there), but it's a logical step at some point.
-chip
|
By
Chip Childers
·
#22
·
|
|
Re: Download Public Stemcell Parameter?
I think "bosh public stemcells" is deprecated in lieu of bosh.io. I think.
wrote:
I think "bosh public stemcells" is deprecated in lieu of bosh.io. I think.
wrote:
|
By
Dr Nic Williams
·
#23
·
|
|
Re: Download Public Stemcell Parameter?
It has not been officially deprecated just yet (thanks for the reminder!),
but it's definitely better to look at https://bosh.io/stemcells.
wrote:
It has not been officially deprecated just yet (thanks for the reminder!),
but it's definitely better to look at https://bosh.io/stemcells.
wrote:
|
By
Dmitriy Kalinin
·
#24
·
|
|
Re: Download Public Stemcell Parameter?
The command isn't deprecated yet, but the `--full` flag is used for `bosh
public stemcells`, rather than `bosh download public stemcell`. The idea
behind the `--full` was to display a full URL from
The command isn't deprecated yet, but the `--full` flag is used for `bosh
public stemcells`, rather than `bosh download public stemcell`. The idea
behind the `--full` was to display a full URL from
|
By
Rob Day-Reynolds <rdayreynolds@...>
·
#25
·
|
|
AWS DNS resolution + micro bosh
Hi ,
I am using the features of BOSH DNS resolution. Deployed a microbosh. In my deployment manifest I specify for a default network to use 10.0.0.6 as my DNS.
The behavior is: in AWS
It is able to
Hi ,
I am using the features of BOSH DNS resolution. Deployed a microbosh. In my deployment manifest I specify for a default network to use 10.0.0.6 as my DNS.
The behavior is: in AWS
It is able to
|
By
Sumanth Yamala <Sumanth.Yamala@...>
·
#26
·
|
|
Re: Download Public Stemcell Parameter?
Aha. I was using bosh.io and I was trying to see if users could still
download the stemcells locally using both the BOSH CLI as well as
wget/curl. Is the intention moving forward that eventually users
Aha. I was using bosh.io and I was trying to see if users could still
download the stemcells locally using both the BOSH CLI as well as
wget/curl. Is the intention moving forward that eventually users
|
By
Quintessence Anx
·
#27
·
|
|
Re: Download Public Stemcell Parameter?
Correct. Two options of getting stemcells are downloading them locally
(curl/wget) or directly uploading them to the Director (e.g.
Correct. Two options of getting stemcells are downloading them locally
(curl/wget) or directly uploading them to the Director (e.g.
|
By
Dmitriy Kalinin
·
#28
·
|
|
Re: AWS DNS resolution + micro bosh
You should be able to use dns.recursor exactly the same way on AWS as you
did on OpenStack.
Btw AWS provides 10.0.0.2 address in your subnet as a full DNS.
wrote:
You should be able to use dns.recursor exactly the same way on AWS as you
did on OpenStack.
Btw AWS provides 10.0.0.2 address in your subnet as a full DNS.
wrote:
|
By
Dmitriy Kalinin
·
#29
·
|
|
Cannot Upload Warden Stemcell
I was experimenting with the warden stemcells and found that I could upload
a locally downloaded stemcell, but that neither of the following worked:
```
$ bosh upload
I was experimenting with the warden stemcells and found that I could upload
a locally downloaded stemcell, but that neither of the following worked:
```
$ bosh upload
|
By
Quintessence Anx
·
#30
·
|
|
Re: AWS DNS resolution + micro bosh
I tried putting 10.0.0.2 as my dns.recursor…I am still having issues with DNS resolution on nodes which use network with DNS entry of micro-bosh (10.0.0.6) for the other nodes provisioned there is
I tried putting 10.0.0.2 as my dns.recursor…I am still having issues with DNS resolution on nodes which use network with DNS entry of micro-bosh (10.0.0.6) for the other nodes provisioned there is
|
By
Sumanth Yamala <Sumanth.Yamala@...>
·
#31
·
|
|
Re: AWS DNS resolution + micro bosh
Does it not work at all or is some error is shown?
wrote:
Does it not work at all or is some error is shown?
wrote:
|
By
Dmitriy Kalinin
·
#32
·
|
|
Re: AWS DNS resolution + micro bosh
There is no error. That VM hangs when I execute apt-get update or do a traceroute to Yahoo.
Thanks
Sumanth
Sent from my iPhone
There is no error. That VM hangs when I execute apt-get update or do a traceroute to Yahoo.
Thanks
Sumanth
Sent from my iPhone
|
By
Sumanth Yamala <Sumanth.Yamala@...>
·
#34
·
|
|
bosh-init beta release
Hey all,
I'm happy to announce beta release of bosh-init.
bosh-init is a tool used to create and update the Director (its VM and
persistent disk) in a BOSH environment. It's meant to replace the
Hey all,
I'm happy to announce beta release of bosh-init.
bosh-init is a tool used to create and update the Director (its VM and
persistent disk) in a BOSH environment. It's meant to replace the
|
By
Dmitriy Kalinin
·
#33
·
|
|
Re: bosh-init beta release
Congrats BOSH team!
I'll upgrade my little tutorial repos to use new GitHub releases asap.
wrote:
Congrats BOSH team!
I'll upgrade my little tutorial repos to use new GitHub releases asap.
wrote:
|
By
Dr Nic Williams
·
#35
·
|
|
Re: AWS DNS resolution + micro bosh
By hanging I supposed eventually timeout? If so...you sure you have the
routing table configured for that subnet of your VPC? Create a vm in the
same subnet and try if you get the same
By hanging I supposed eventually timeout? If so...you sure you have the
routing table configured for that subnet of your VPC? Create a vm in the
same subnet and try if you get the same
|
By
John Wong
·
#36
·
|
|
AWS DNS resolution + micro bosh
By default everything in a VPC outbound is restricted, whether you are in a
"public subnet" or "private subnet" or not.
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
The
By default everything in a VPC outbound is restricted, whether you are in a
"public subnet" or "private subnet" or not.
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
The
|
By
John Wong
·
#37
·
|
|
Re: AWS DNS resolution + micro bosh
Thanks. I will try this and keep you posted.
Sent from my iPhone
Thanks. I will try this and keep you posted.
Sent from my iPhone
|
By
Sumanth Yamala <Sumanth.Yamala@...>
·
#38
·
|
|
Re: Using bosh-init to deploy BOSH on OpenStack
Thanks Dr Nic and Alexander.
alexander.lomov(a)altoros.com> wrote:
Thanks Dr Nic and Alexander.
alexander.lomov(a)altoros.com> wrote:
|
By
王天青 <wang.tianqing.cn at gmail.com...>
·
#39
·
|
|
Re: Using bosh-init to deploy BOSH on OpenStack
Please see http://bosh.io/docs/init-openstack.html
Sent from my iPhone
Please see http://bosh.io/docs/init-openstack.html
Sent from my iPhone
|
By
Dmitriy Kalinin
·
#40
·
|