|
Re: how to add openjdk 1.8 to my project
Up to you but nornally you just need to create a package to install openJdk,
for example
https://github.com/cloudfoundry-community/jenkins-boshrelease/tree/master/packages
we install the jre, should
Up to you but nornally you just need to create a package to install openJdk,
for example
https://github.com/cloudfoundry-community/jenkins-boshrelease/tree/master/packages
we install the jre, should
|
By
Gwenn Etourneau
·
#203
·
|
|
Re: cf-stub.yml example with minimum or required info
Try to make bosh cck before bosh deploy.
wrote:
Try to make bosh cck before bosh deploy.
wrote:
|
By
Gwenn Etourneau
·
#202
·
|
|
Re: cf-stub.yml example with minimum or required info
I was able to fix this by copying from the generated cf-deployment.yml and use it in cf-stub.yml after changing cf release and jobs section.
Now "bosh deploy" works but not complete, running into an
I was able to fix this by copying from the generated cf-deployment.yml and use it in cf-stub.yml after changing cf release and jobs section.
Now "bosh deploy" works but not complete, running into an
|
By
Ali
·
#201
·
|
|
Re: How the BOSH Packckage be installed in target machine?
The BOSH_INSTALL_TARGET would be /var/vcap/packages/<nameofPackage>.
The files under this folder would be saved from the compilation vm onto the
target vm with the same path if the job has a
The BOSH_INSTALL_TARGET would be /var/vcap/packages/<nameofPackage>.
The files under this folder would be saved from the compilation vm onto the
target vm with the same path if the job has a
|
By
Sabha
·
#200
·
|
|
Re: how to add openjdk 1.8 to my project
the uaa needs java
the java buildpack builds and hosts the openjdk jre's on a repository:
https://github.com/cloudfoundry/java-buildpack/blob/master/config/repository.yml
you'll just need some help
the uaa needs java
the java buildpack builds and hosts the openjdk jre's on a repository:
https://github.com/cloudfoundry/java-buildpack/blob/master/config/repository.yml
you'll just need some help
|
By
James Bayer
·
#199
·
|
|
how to add openjdk 1.8 to my project
i'm trying to create a bosh release that needs openjdk 1.8
but i have no clue on how to do this
i know that you can do it with bosh-gen --apt option
and then it downloads a massive amount of
i'm trying to create a bosh release that needs openjdk 1.8
but i have no clue on how to do this
i know that you can do it with bosh-gen --apt option
and then it downloads a massive amount of
|
By
ramonskie
·
#198
·
|
|
Deployment manifest not recognized by BOSH
Hi,
I am trying to use manifest that is generated using the to_yaml
transformation technique in Ruby.
However, this deployment manifest is not recognized by bosh because it has
comments that detail
Hi,
I am trying to use manifest that is generated using the to_yaml
transformation technique in Ruby.
However, this deployment manifest is not recognized by bosh because it has
comments that detail
|
By
Kinjal Doshi
·
#197
·
|
|
How the BOSH Packckage be installed in target machine?
This is a package script sample from https://bosh.io/docs/create-release.html#pkg-scripts
set -e -x
cp -a ardo_app/* ${BOSH_INSTALL_TARGET}
cd
This is a package script sample from https://bosh.io/docs/create-release.html#pkg-scripts
set -e -x
cp -a ardo_app/* ${BOSH_INSTALL_TARGET}
cd
|
By
Xue Zhi Yong <zhiyxue@...>
·
#196
·
|
|
Re: CF Router and openstack Neutron problem
OK it's fixed now, for the record, Oddly enough, apparently it was related
to the fact that external ip address was not assigned to project. truly
misleading error message :I
---
Armin ranjbar
OK it's fixed now, for the record, Oddly enough, apparently it was related
to the fact that external ip address was not assigned to project. truly
misleading error message :I
---
Armin ranjbar
|
By
Armin Ranjbar
·
#195
·
|
|
Re: CF Router and openstack Neutron problem
With pleasure, it's quite possible that i didn't understand my setup as
well :)
since the neutron issue, i have noticed that my floating network had static
range stuff, so i have changed the type to
With pleasure, it's quite possible that i didn't understand my setup as
well :)
since the neutron issue, i have noticed that my floating network had static
range stuff, so i have changed the type to
|
By
Armin Ranjbar
·
#194
·
|
|
Re: CF Router and openstack Neutron problem
Can you share your manifest? I dont quite understand your setup.
Can you share your manifest? I dont quite understand your setup.
|
By
Dmitriy Kalinin
·
#193
·
|
|
Re: Best practices on bosh release distribution
Typically releases are distributed to end users via release tarballs or
release git repo:
- to generate release tarball use `bosh create release --with-tarball` or
for the existing release `bosh
Typically releases are distributed to end users via release tarballs or
release git repo:
- to generate release tarball use `bosh create release --with-tarball` or
for the existing release `bosh
|
By
Dmitriy Kalinin
·
#192
·
|
|
Re: cf-stub.yml example with minimum or required info
That fixed the error, thank you!
And run into another error :)
M-20JW:cf-release ali00$ bosh deployment cf-deployment.yml
Deployment set to
That fixed the error, thank you!
And run into another error :)
M-20JW:cf-release ali00$ bosh deployment cf-deployment.yml
Deployment set to
|
By
Ali
·
#191
·
|
|
Re: cf-stub.yml example with minimum or required info
Hi Ahmed,
It looks like you haven't allocated enough IPs in your network. The line
for reserved IPs "10.166.166.104 - 10.166.166.115" should be increased to
have at least 19 IPs. You'll need to
Hi Ahmed,
It looks like you haven't allocated enough IPs in your network. The line
for reserved IPs "10.166.166.104 - 10.166.166.115" should be increased to
have at least 19 IPs. You'll need to
|
By
CF Runtime
·
#190
·
|
|
CF Router and openstack Neutron problem
Hello everyone,
I have been playing with CF installation, and i have noticed that during
DNS binding stage of deployment, BOSH tries to create an instance (zrouter)
that directly connects to External
Hello everyone,
I have been playing with CF installation, and i have noticed that during
DNS binding stage of deployment, BOSH tries to create an instance (zrouter)
that directly connects to External
|
By
Armin Ranjbar
·
#189
·
|
|
Re: Best practices on bosh release distribution
If you OpenSource your bosh-release you can ask to be added to
https://github.com/cloudfoundry-community/ and you will be able to ask for
the community s3 bucket to put your final release and maybe be
If you OpenSource your bosh-release you can ask to be added to
https://github.com/cloudfoundry-community/ and you will be able to ask for
the community s3 bucket to put your final release and maybe be
|
By
Gwenn Etourneau
·
#188
·
|
|
Best practices on bosh release distribution
Hi,
I have a process which creates a bosh release -> which has all the artifacts and use a microbosh instance to create my release. It all works great! As I move to the next step to distribute my
Hi,
I have a process which creates a bosh release -> which has all the artifacts and use a microbosh instance to create my release. It all works great! As I move to the next step to distribute my
|
By
Sumanth Yamala <Sumanth.Yamala@...>
·
#187
·
|
|
Re: Migrating a full-stack bosh deployment to bosh-init
Thanks Gwenn, Dmitry
I'll try this out.
Thanks Gwenn, Dmitry
I'll try this out.
|
By
Allan Espinosa
·
#186
·
|
|
Re: Job is not running after update - agent/monit race issue?
Thanks for the suggestions. No `depends on` directives though, and
canary/update watch times were set to `30000-120000`.
I was thinking it was more an issue of monit not getting a chance to
Thanks for the suggestions. No `depends on` directives though, and
canary/update watch times were set to `30000-120000`.
I was thinking it was more an issue of monit not getting a chance to
|
By
Danny Berger <dpb587@...>
·
#185
·
|
|
Re: Job is not running after update - agent/monit race issue?
Do you use 'depends on' directives? Are you sure you have configured
`update` options for your deployment giving enough time for the monit to
spin up processes and have them running?
Do you use 'depends on' directives? Are you sure you have configured
`update` options for your deployment giving enough time for the monit to
spin up processes and have them running?
|
By
Dmitriy Kalinin
·
#184
·
|