2 NICs on vSphere
Prysmakou Aliaksandr <aliaksandr.prysmakou@...>
Hi all,
I'm trying to deploy a job with 2 NICs (internal and external networks) to expose the job to Internet. I get empty resolv.conf every time when I add second interface. When I use only one network my resolv.conf looks as expected. Any ideas? my manifest - https://gist.github.com/prysmakou/71eb75d984b62aa8cc2d Or NAT is only one solution on vSphere? vSphere/BOSH 2969 -- Alex Prysmakou / Altoros Tel: (617) 841-2121 ext. 5161 | Toll free: 855-ALTOROS Skype: aliaksandr.prysmakou www.altoros.com | blog.altoros.com | twitter.com/altoros
|
|
Re: Issue on re-deploy to AWS - static IP already reserved/in use
Gareth Clay
Hi,
toggle quoted messageShow quoted text
Sorry, it looks like Nabble stripped out the ‘bosh vms’ output, which was: +-----------------+---------+---------------+---------------+ | Job/index | State | Resource Pool | IPs | +-----------------+---------+---------------+---------------+ | unknown/unknown | running | haproxy | 52.17.205.122 | | | | | 10.250.0.11 | | unknown/unknown | running | large_z1 | 10.250.66.32 | | unknown/unknown | running | large_z1 | 10.250.66.37 | | unknown/unknown | running | medium_z1 | 10.250.66.7 | | unknown/unknown | running | medium_z1 | 10.250.66.30 | | unknown/unknown | running | medium_z1 | 10.250.66.8 | | unknown/unknown | running | medium_z1 | 10.250.66.5 | | unknown/unknown | running | medium_z1 | 10.250.66.6 | | unknown/unknown | running | medium_z1 | 10.250.66.35 | | unknown/unknown | running | medium_z1 | 10.250.66.31 | | unknown/unknown | running | router_z1 | 10.250.66.9 | | unknown/unknown | running | runner_z1 | 10.250.66.36 | | unknown/unknown | running | small_z1 | 10.250.66.34 | | unknown/unknown | running | small_z1 | 10.250.66.38 | | unknown/unknown | running | small_z1 | 10.250.66.29 | +-----------------+---------+---------------+———————+ Gareth
On 13 May 2015, at 11:11 am, garethclay <gareth(a)cloudcredo.com> wrote:
|
|
Re: 2 NICs on vSphere
Matthew Boedicker
This could be related to some issues we had with multiple nics. There is a
pull request: https://github.com/cloudfoundry/bosh-agent/pull/14 On Wednesday, May 13, 2015, Alex Prysmakou <aliaksandr.prysmakou(a)altoros.com> wrote: Hi all,
|
|
Re: 2 NICs on vSphere
Dmitriy Kalinin
DNS should properly be configured. You are about the gateway though. I'll try to repro the case today.
toggle quoted messageShow quoted text
Sent from my iPhone
On May 13, 2015, at 9:04 AM, Matthew Boedicker <mboedicker(a)pivotal.io> wrote:
|
|
Re: Issue on re-deploy to AWS - static IP already reserved/in use
Dmitriy Kalinin
if you have specified your elastic IP in the manifest associated with a
toggle quoted messageShow quoted text
deployment job, BOSH will make sure it's connected and will not do any additional work on the subsequent deploys. Btw I cannot see `bosh vms` output from your previous reply? Gist?
On Wed, May 13, 2015 at 3:11 AM, garethclay <gareth(a)cloudcredo.com> wrote:
Hi Dmitriy,
|
|
How to make a micro bosh AMI in AWS
王小锋 <zzuwxf at gmail.com...>
Hi, there
I am trying to deploy cloudfoundry environment in AWS China ( http://www.amazonaws.cn/), which is a bit different from golbal AWS ( http://aws.amazon.com/cn/). The most difficult part for me is that there are no bosh AMIs available in AWS China when I searched public AMIs. So my question is : 1) is it possible to provide a public AMI like ami-0f4f6c3f in Oregon region (bosh-aws-xen-ubuntu-trusty-go_agent 2859)? 2) If it is hard to provide such an image, is it able to make such an image and import it into AWS China? if so, is there some guide? Your help is greatly appreciated!!
|
|
Re: 2 NICs on vSphere
Dmitriy Kalinin
We have confirmed that bosh-init does not properly set things up; however,
when using the Director it _does_ correctly configure DNS when multiple networks are specified for a job. Is this what you are seeing? On Wed, May 13, 2015 at 9:09 AM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote: DNS should properly be configured. You are about the gateway though. I'll
|
|
[ann] Bumped vSphere stemcell hardward version to 8
Dmitriy Kalinin
Hey all,
vSphere stemcell version 2972 is now using hardware version 8 [1]. Dmitriy [1] https://github.com/cloudfoundry/bosh/commit/ac26c2e793c4108ab867d0e6b7f08ff801fddcbb
|
|
Re: 2 NICs on vSphere
Alexander Lomov
Dmitry, could you please tell what's the problem with bosh-init? Because
currently I see a similar problem and I thought that it happens in CPI or IaaS. Is there any description / ticket / issue ? ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:* @allomov <https://gist.github.com/allomov> On Fri, May 15, 2015 at 9:28 PM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote: We have confirmed that bosh-init does not properly set things up; however,
|
|
Re: How to make a micro bosh AMI in AWS
Dr Nic Williams
If you use a normal (non-light) stemcell then `bosh micro deploy` will
create a private AMI for you. You will need to be in an AWS China VM, a jumpbox/bastion/work VM. Use one of these stemcells - http://bosh.io/stemcells/bosh-aws-xen-ubuntu-trusty-go_agent for example Nic
|
|
Re: How to make a micro bosh AMI in AWS
James Bayer
i you pull down a "light" stemcell, you can see in the stemcell.MF file
toggle quoted messageShow quoted text
what regions are supported. ami: eu-west-1: ami-7f443108 ap-northeast-1: ami-5ca76c5c us-west-1: ami-d143ad95 eu-central-1: ami-58407e45 ap-southeast-1: ami-78ecd22a ap-southeast-2: ami-37245a0d us-west-2: ami-cb8ab9fb sa-east-1: ami-15dc5a08 us-east-1: ami-f0544998 it looks like the AWS accounts are separate [1] so we would need a special account. we may be able to look into it. i suspect that you would be able to download the full stemcell from bosh.io [2] and then upload it and have it create an image for you. [1] https://www.amazonaws.cn/en/sign-up/ [2] http://bosh.io/stemcells/bosh-aws-xen-ubuntu-trusty-go_agent
On Thu, May 14, 2015 at 5:51 PM, 王小锋 <zzuwxf(a)gmail.com> wrote:
Hi, there --
Thank you, James Bayer
|
|
Changeing IP Addresses of containers
Hildebrandt Andre <myself@...>
I want to run two cloud foundry instances on my notebook to try something out. I have a problem setting the IP addresses to a range in one of them, so that they can be resolved from the host machine (i.e. the notebook running the two different vms running the warden containers.
Each VM has its own IP, machine A has 192.168.50.4, machine B has 192.168.59.4. I have created the following routes on the notebook: 10.244/20 192.168.59.4 UGSc 1 0 vboxnet 10.246/20 192.168.50.4 UGSc 0 4 vboxnet I have changed the deployment manifest of machine A so it should only use IP addresses starting with 10.245. I then run: bosh deploy --redact-diff This fails with the following error: Started creating bound missing vms > router_z1/0. Failed: Creating VM with agent ID '35f449ee-80f9-4d04-b165-78c9aa9237c9': Creating container: network already acquired: 10.246.0.32/30 (00:00:00) Error 100: Creating VM with agent ID '35f449ee-80f9-4d04-b165-78c9aa9237c9': Creating container: network already acquired: 10.246.0.32/30 I do not understand that error message and there is no VM or container that uses that IP address on my machine. Any hint as to where I’m going wrong or what I could try out to get this going would be greatly appreciated. Best Regards, André
|
|
Create bosh stemcell failed in AWS region cn-north-1
支雷 <lzhi3937 at gmail.com...>
Hello,
I tried to deploy micro bosh in AWS region cn-north-1 in several ways, but all failed. Any suggestions on how to deploy micro bosh in AWS region cn-north-1? Thanks! I created a EC2 instance (ubuntu) in the cn-north-1 region with an public ip, ssh'd into it and installed bosh-cli, bosh_cli_plugin_micro and bosh_cli_plugin_aws. After that I downloaded stemcell bosh-stemcell-2972-aws-xen-ubuntu-trusty-go_agent.tgz, and tried " bosh micro deploy ./bosh-stemcell-2972-aws-xen-ubuntu-trusty-go_agent.tgz" which resulted in "create stemcell failed: getaddrinfo: Name or service not known:" I checked the failed URL, it's "ec2.cn-north-1.amazonaws.com" which is not accessable. I updated the http.rb and changed the url to " ec2.cn-north-1.amazonaws.com.cn" and escape the ssl validation and tried again, another error was thrown: Stemcell info ------------- Name: bosh-aws-xen-ubuntu-trusty-go_agent Version: 2972 Started deploy micro bosh Started deploy micro bosh > Unpacking stemcell. Done (00:00:08) Started deploy micro bosh > Uploading stemcell" create stemcell failed: unable to find AKI: /var/lib/gems/1.9.1/gems/bosh_aws_cpi-1.2972.0/lib/cloud/aws/aki_picker.rb:15:in `pick' /var/lib/gems/1.9.1/gems/bosh_aws_cpi-1.2972.0/lib/cloud/aws/stemcell_creator.rb:100:in `image_params' /var/lib/gems/1.9.1/gems/bosh_aws_cpi-1.2972.0/lib/cloud/aws/stemcell_creator.rb:24:in `create' /var/lib/gems/1.9.1/gems/bosh_aws_cpi-1.2972.0/lib/cloud/aws/cloud.rb:465:in `block in create_stemcell' /var/lib/gems/1.9.1/gems/bosh_common-1.2972.0/lib/common/thread_formatter.rb:49:in `with_thread_name' /var/lib/gems/1.9.1/gems/bosh_aws_cpi-1.2972.0/lib/cloud/aws/cloud.rb:445:in `create_stemcell' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/deployer/instance_manager.rb:228:in `block (2 levels) in create_stemcell' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/deployer/instance_manager.rb:85:in `step' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/deployer/instance_manager.rb:227:in `block in create_stemcell' /usr/lib/ruby/1.9.1/tmpdir.rb:83:in `mktmpdir' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/deployer/instance_manager.rb:213:in `create_stemcell' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/deployer/instance_manager.rb:118:in `create' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/deployer/instance_manager.rb:98:in `block in create_deployment' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/deployer/instance_manager.rb:92:in `with_lifecycle' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/deployer/instance_manager.rb:98:in `create_deployment' /var/lib/gems/1.9.1/gems/bosh_cli_plugin_micro-1.2972.0/lib/bosh/cli/commands/micro.rb:179:in `perform' /var/lib/gems/1.9.1/gems/bosh_cli-1.2972.0/lib/cli/command_handler.rb:57:in `run' /var/lib/gems/1.9.1/gems/bosh_cli-1.2972.0/lib/cli/runner.rb:56:in `run' /var/lib/gems/1.9.1/gems/bosh_cli-1.2972.0/bin/bosh:16:in `<top (required)>' /usr/local/bin/bosh:23:in `load' /usr/local/bin/bosh:23:in `<main>' After that I installed bosh-bootstrap and executed following command: bosh-bootstrap deploy and I selected AWS provider and region 10 (China (Beijing) Region (cn-north-1)), an error was thrown : Confirming: Using AWS EC2/cn-north-1 /var/lib/gems/1.9.1/gems/fog-aws-0.1.1/lib/fog/aws/region_methods.rb:6:in `validate_aws_region': Unknown region: "cn-north-1" (ArgumentError) from /var/lib/gems/1.9.1/gems/fog-aws-0.1.1/lib/fog/aws/compute.rb:482:in `initialize' from /var/lib/gems/1.9.1/gems/fog-core-1.30.0/lib/fog/core/service.rb:115:in `new' from /var/lib/gems/1.9.1/gems/fog-core-1.30.0/lib/fog/core/service.rb:115:in `new' from /var/lib/gems/1.9.1/gems/fog-core-1.30.0/lib/fog/compute.rb:60:in `new' from /var/lib/gems/1.9.1/gems/cyoi-0.11.3/lib/cyoi/providers/clients/aws_provider_client.rb:257:in `setup_fog_connection' from /var/lib/gems/1.9.1/gems/cyoi-0.11.3/lib/cyoi/providers/clients/fog_provider_client.rb:13:in `initialize' from /var/lib/gems/1.9.1/gems/cyoi-0.11.3/lib/cyoi/providers.rb:17:in `new' from /var/lib/gems/1.9.1/gems/cyoi-0.11.3/lib/cyoi/providers.rb:17:in `provider_client' from /var/lib/gems/1.9.1/gems/cyoi-0.11.3/lib/cyoi/cli/helpers/provider.rb:6:in `provider_client' from /var/lib/gems/1.9.1/gems/cyoi-0.11.3/lib/cyoi/cli/address.rb:41:in `address_cli' from /var/lib/gems/1.9.1/gems/cyoi-0.11.3/lib/cyoi/cli/address.rb:56:in `valid_address?' from /var/lib/gems/1.9.1/gems/cyoi-0.11.3/lib/cyoi/cli/address.rb:19:in `execute!' from /var/lib/gems/1.9.1/gems/bosh-bootstrap-0.17.0/lib/bosh-bootstrap/cli/commands/deploy.rb:41:in `select_or_provision_public_networking' from /var/lib/gems/1.9.1/gems/bosh-bootstrap-0.17.0/lib/bosh-bootstrap/cli/commands/deploy.rb:21:in `perform' from /var/lib/gems/1.9.1/gems/bosh-bootstrap-0.17.0/lib/bosh-bootstrap/thor_cli.rb:11:in `deploy' from /var/lib/gems/1.9.1/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' from /var/lib/gems/1.9.1/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' from /var/lib/gems/1.9.1/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' from /var/lib/gems/1.9.1/gems/thor-0.19.1/lib/thor/base.rb:440:in `start' from /var/lib/gems/1.9.1/gems/bosh-bootstrap-0.17.0/bin/bosh-bootstrap:13:in `<top (required)>' from /usr/local/bin/bosh-bootstrap:23:in `load' from /usr/local/bin/bosh-bootstrap:23:in `<main>'
|
|
Re: Issue on re-deploy to AWS - static IP already reserved/in use
Gareth Clay
Hi Dmitriy,
toggle quoted messageShow quoted text
Thanks and sorry again for the slow response. Nabble stripped out my bosh vms output unfortunately - I’ve created a gist at https://gist.github.com/spikymonkey/9938dcdcc7a9a6097183 <https://gist.github.com/spikymonkey/9938dcdcc7a9a6097183> It sounds like the behaviour you described is exactly what we want. It seems though that we’ve hit a case where BOSH can’t determine that it has no additional work to do, and so goes off to do it again. This fails because the EIP connection has already been done on the first deployment attempt. Kind regards, Gareth
On 13 May 2015, at 6:13 pm, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote:
|
|
Re: Create bosh stemcell failed in AWS region cn-north-1
Wayne E. Seguin
The issue is that there appear to not be any light stemcells in your
toggle quoted messageShow quoted text
region, there is another recent question on the list to this effect. In order to make progress you might want to build your own stemcell to use for now or try to find and download a full aws hvm stemcell image to upload.
On Mon, May 18, 2015 at 6:12 AM, 支雷 <lzhi3937(a)gmail.com> wrote:
Hello,
|
|
Re: OpenSSL v0.9.8 in CF Ruby Buildpack 1.4
Daya Sharma <dsharma@...>
Hi Mike,
May be the following will help you reproduce the problem without having to setup Jenkins But to give you little more context. We have a Jenkins build slave which is container instantiated from the stem cell bosh-stemcell-2776-warden-boshlite-ubuntu-trusty-go_agent.tgz image with ruby-buildpack <https://github.com/cloudfoundry/ruby-buildpack/releases/tag/v1.4.1> . On that slave a build is configured to run the unit tests specified in this Ruby applicationhttps://github.com/daya/pong_matcher_rails #1 ---> clone git repo https://github.com/daya/pong_matcher_rails.git export PATH=$PATH:/var/vcap/packages/buildpacks/bin/: echo "Ruby Version ---> $(ruby -v)" cat << EOS > testing_openssl.rb require 'net/http' require 'uri' uri = URI('https://www.google.com/') Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http| request = Net::HTTP::Get.new uri puts "port #{uri.port} host #{uri.host} before use_ssl? #{http.use_ssl?}" response = http.request request # Net::HTTPResponse object end uri = URI.parse("https://www.google.com") req = Net::HTTP::Get.new("/") http = Net::HTTP.new(uri.host,uri.port) puts "port #{uri.port} host #{uri.host} before use_ssl? #{http.use_ssl?}" http.use_ssl=true puts "after #{http.use_ssl?}" resp = http.request(req) puts resp.code puts "OpenSSL::OPENSSL_VERSION = #{OpenSSL::OPENSSL_VERSION} #{defined?(OpenSSL::SSL)} OpenSSL::SSL #{OpenSSL::SSL} " EOS ruby testing_openssl.rb echo "sourcing .... cf_buildpack" . cf_buildpack echo "----> installing gem bundle" bundle install --jobs=3 --retry=3 echo "----> installed gem bundle running tests" bundle exec rake test:units following is the output of the above build configuration script Started by user admin Building remotely on 10.244.2.6 (built-in) in workspace /var/vcap/store/jenkins_slave/workspace/ruby-buildpack-test > /var/vcap/packages/git/bin/git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > /var/vcap/packages/git/bin/git config remote.origin.url https://github.com/daya/pong_matcher_rails.git # timeout=10 Fetching upstream changes from https://github.com/daya/pong_matcher_rails.git > /var/vcap/packages/git/bin/git --version # timeout=10 > /var/vcap/packages/git/bin/git fetch --tags --progress https://github.com/daya/pong_matcher_rails.git +refs/heads/*:refs/remotes/origin/* > /var/vcap/packages/git/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > /var/vcap/packages/git/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 826c37d3f3e5bf8920c4332e8f9bd62b80eae25b (refs/remotes/origin/master) > /var/vcap/packages/git/bin/git config core.sparsecheckout # timeout=10 > /var/vcap/packages/git/bin/git checkout -f 826c37d3f3e5bf8920c4332e8f9bd62b80eae25b > /var/vcap/packages/git/bin/git rev-list 826c37d3f3e5bf8920c4332e8f9bd62b80eae25b # timeout=10 [ruby-buildpack-test] $ /bin/sh -xe /var/vcap/data/tmp/hudson6623649704041168706.sh + export PATH=/var/vcap/packages/openjdk-8/bin:/var/vcap/packages/buildpacks/nodejs/bin:/var/vcap/packages/cloudfoundry-cli/bin:/var/vcap/packages/git/bin:/var/vcap/packages/maven/bin:/var/vcap/packages/ruby/bin:/var/vcap/packages/openjdk-8/bin:/var/vcap/packages/buildpacks/nodejs/bin:/var/vcap/packages/cloudfoundry-cli/bin:/var/vcap/packages/git/bin:/var/vcap/packages/maven/bin:/var/vcap/packages/ruby/bin:/var/vcap/packages/openjdk-8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/var/vcap/packages/buildpacks/bin/: + ruby -v + echo Ruby Version ---> ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] Ruby Version ---> ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] + cat + ruby testing_openssl.rb port 443 host www.google.com before use_ssl? true port 443 host www.google.com before use_ssl? false after true 200 OpenSSL::OPENSSL_VERSION = OpenSSL 1.0.1f 6 Jan 2014 constant OpenSSL::SSL OpenSSL::SSL + echo sourcing .... cf_buildpack sourcing .... cf_buildpack + . cf_buildpack + set +xe -------> Buildpack version 1.4.1 ln: failed to create symbolic link ‘/var/vcap/store/jenkins_slave/workspace/ruby-buildpack-test/ld_library_path/libreadline.so.5’: File exists -----> Compiling Ruby/Rails -----> Using Ruby version: ruby-2.0.0 -----> Installing dependencies using 1.7.12 Running: bundle install --without none --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment Could not load OpenSSL. You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL using RVM are available at http://rvm.io/packages/openssl. Bundler Output: Could not load OpenSSL. You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL using RVM are available at http://rvm.io/packages/openssl. ! ! Failed to install gems via Bundler. ! Build step 'Execute shell' marked build as failure Finished: FAILURE Debugging this further reveals the problem of OpenSSL version mismatch between ruby-buildpacks (even the latest 1.4.1) and stem cell image. *If I do install OpenSSL version 0.9.8, on the container slave machine then everything works fine, even though the container already has higher version OpenSSL 1.0.1f.* *Seems like we may have to resort to packaging the blob of OpenSSL 0.9.8 which is what the ruby-buildpack 1.4.1 is expecting. What do you think?* Thanks, Daya Sharma On Tue, May 12, 2015 at 3:55 PM, Mike Dalessio <mdalessio(a)pivotal.io> wrote: Hi Daya,
|
|
(No subject)
Corentin Dupont <corentin.dupont@...>
Hi guys,
Is there a rough way to calculate how much physical servers a certain deployment will need? Let's say I have an application with 50 instances, RAM = 500Mo and Disk = 100 Mo. My servers are RAM 4 Go, Disk 30 Go. Is it just a matter of dividing those numbers? I guess I also need to take into account the size of the DEAs. Thanks, Corentin -- Corentin Dupont Researcher @ Create-Netwww.corentindupont.info
|
|
Re: OpenSSL v0.9.8 in CF Ruby Buildpack 1.4
Mike Dalessio
Daya,
toggle quoted messageShow quoted text
Thanks for confirming that you're using the `ruby-buildpack`, intended for us in a container rootfs, on the stemcell. As I mentioned earlier in this thread, that's not supported with the `ruby-buildpack` binaries that are packaged. I'm afraid that anything you try to do to hack this will leave you in a bad place. I don't know enough about your Jenkins setup to give better advice, but in my opinion there's a lot of value to using a supported `rootfs` inside your container. Is there any way you can do that, instead of using a stemcell? -m
On Tue, May 19, 2015 at 12:14 PM, Daya Sharma <dsharma(a)cloudbees.com> wrote:
Hi Mike,
|
|
Re: 2 NICs on vSphere
Dmitriy Kalinin
bosh-init was not properly assigning which network should be used for DNS
and gateway settings: https://www.pivotaltracker.com/story/show/94624368 On Sun, May 17, 2015 at 4:39 AM, Alexander Lomov < alexander.lomov(a)altoros.com> wrote: Dmitry, could you please tell what's the problem with bosh-init? Because
|
|
Re: 2 NICs on vSphere
Alex Lomoff <lomov.as@...>
Thank you, Dmitriy.
toggle quoted messageShow quoted text
On 19 May 2015 at 21:18, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote:
bosh-init was not properly assigning which network should be used for DNS
|
|