Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On bosh -n deploy, get expected string value for option instance_type #32

Closed
slin1202 opened this issue Apr 7, 2015 · 3 comments
Closed

Comments

@slin1202
Copy link

slin1202 commented Apr 7, 2015

The deploy fails and I get

Processing deployment manifest

Getting deployment properties from director...
Compiling deployment manifest...

Deploying

Deployment name: cf.yml' Director name:microbosh'

Director task 8
Started preparing deployment
Started preparing deployment > Binding deployment. Done (00:00:00)
Started preparing deployment > Binding releases. Done (00:00:00)
Started preparing deployment > Binding existing deployment. Done (00:00:00)
Started preparing deployment > Binding resource pools. Done (00:00:00)
Started preparing deployment > Binding stemcells. Done (00:00:00)
Started preparing deployment > Binding templates. Done (00:00:00)
Started preparing deployment > Binding properties. Done (00:00:00)
Started preparing deployment > Binding unallocated VMs. Done (00:00:00)
Started preparing deployment > Binding instance networks. Done (00:00:00)
Done preparing deployment (00:00:00)

Started preparing package compilation > Finding packages to compile. Done (00:00:00)

Started compiling packages
Started compiling packages > cli/1796b9b4dce96175bcefa60e1afbe1d4b7cd1f6b
Started compiling packages > buildpack_python/076c11da464aa50911e1744b39e95522a00e1f48
Started compiling packages > rootfs_cflinuxfs2/f528b08de7797c06725a2bdcf116e8ca0496cc12
Started compiling packages > rootfs_lucid64/933e8e6829308fbaeeff1b2aaef030f6f3fc8886
Started compiling packages > buildpack_php/60fb983e430ab8de7fb647cba59954f8d0c4b9c9
Started compiling packages > buildpack_go/c647d65201f25e34bcc304898afe43c82104d950
Failed compiling packages > rootfs_lucid64/933e8e6829308fbaeeff1b2aaef030f6f3fc8886: expected string value for option instance_type (00:00:01)
Failed compiling packages > rootfs_cflinuxfs2/f528b08de7797c06725a2bdcf116e8ca0496cc12: expected string value for option instance_type (00:00:01)
Failed compiling packages > buildpack_go/c647d65201f25e34bcc304898afe43c82104d950: expected string value for option instance_type (00:00:01)
Failed compiling packages > cli/1796b9b4dce96175bcefa60e1afbe1d4b7cd1f6b: expected string value for option instance_type (00:00:01)
Failed compiling packages > buildpack_python/076c11da464aa50911e1744b39e95522a00e1f48: expected string value for option instance_type (00:00:01)
Failed compiling packages > buildpack_php/60fb983e430ab8de7fb647cba59954f8d0c4b9c9: expected string value for option instance_type (00:00:01)

Error 100: expected string value for option instance_type

Task 8 error

I am trying bosh upload release ./releases/cf-205.yml right now which I just discovered.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/91948486.

@hsiliev
Copy link
Contributor

hsiliev commented Apr 7, 2015

I guess you are using a cloud provider and not bosh-lite. In such case you should provide valid cloud_properties and not the default in the bosh-lite based diego-iaas-settings.yml.

For example you can define in your own settings:

  compilation_cloud_properties:
    availability_zone: us-east-1a
    instance_type: c4.large
    ephemeral_disk:
      size: 204800
      type: standard
  resource_pool_cloud_properties:
    - name: brain_z1
      cloud_properties:
        availability_zone: us-east-1a
        instance_type: c3.xlarge

Please note that cf-release now uses hvm stemcell and not all instance types in AWS are supported.

@slin1202
Copy link
Author

slin1202 commented Apr 8, 2015

Yea sorry thanks

@slin1202 slin1202 closed this as completed Apr 8, 2015
leochu added a commit that referenced this issue May 23, 2015
[delivers #94140792]

Submodule src/github.com/cloudfoundry-incubator/executor 827c9ec..5c31036:
  > Switch to new Garden API where we pass in user to process spec
Submodule src/github.com/cloudfoundry-incubator/garden dd6b2d5..764f101:
  > return error message from backend when hijacked connection returns error exit code
  > whitespace
  > add update-godoc
  > Refer to new field in tests, for consistency.
  > Add ContainerMemoryStat#TotalUsageTowardLimit
  > remove ProcessSpec.Privileged
  > Avoid deadlocking when attaching to process streams fails
  > Add garden.Error to export BulkInfo and BuldMetrics errors
  > Rename GetProperty to Property in Container interface
  > Ignore IntelliJ files.
  > Use 503 rather than 412 since this is a server-side error and does not relate to request-header preconditions not being met.
  > Merge pull request #32 from irfanurrehman/hwcf-issue-3
Submodule src/github.com/cloudfoundry-incubator/garden-linux a64ad73..a51aa93:
  > ensure errors from process starting propagate through to the client
  > Upgrade ginkgo to avoid hangs after test failures.
  > Revert "enable verbose mode for drone tests in concourse"
  > print ginkgo version before executing drone tests
  > enable verbose mode for drone tests in concourse
  > remove update-godoc, move to garden
  > all devices in /dev should be owned by container root, including tty
  > do not run godep restore before update-godoc
  > fix update-godoc
  > fix gopath in update-godoc
  > add update godoc tool
  > fix devices in /dev to be owned by root in unprivileged container
  > change lifeTime property to 1h
  > go run instead of go build for aws management scripts
  > Upgrade AWS SDK to fix EC2 instance clean-up job
  > fill in missing test for /tmp permissions
  > reduce flakiness in container stop test
  > bump timeouts in bind mount tests to reduce AWS flakiness
  > increase timeout for grace time test to decrease flakiness
  > better error message when running process with non-existent user
  > Update concourse scripts for concourse v0.50.0.
  > Bump garden to obtain garden PR 35.
  > Merge branch 'master' into bm-dg/metrics-api
  > Add TotalUsageTowardLimit to ContainerMemoryStat [#94104582]
  > Preserve all files in docker image, including hidden files in /
  > refactor rootfs_provider package
  > can configure uid mapping offset as command line flag
  > translate UIDs in unprivileged containers
  > Add GOROOT for non-nested testing
  > Use the vendored aws-sdk-go dependency in non-nested testing
  > Add aws dependencies to Godeps
  > use onsi/gomega master, not fork
  > Bump Godeps
  > can decode errors from bulk endpoints
  > Wrap the BulkInfo/BulkMetrics errors
  > Update to the latest Garden
  > Update LinuxContainer to new Container interface (GetProperty --> Property)
  > Add tests for repository_fetcher
  > Upgrade garden
  > Merge pull request #35 from irfanurrehman/hwcf-issue-3
  > quickly install godep for osx/linux when mounting drive in VMs/Containers
  > Respect .gitignore when transfering files to concourse
  > Update Ubuntu ISO link to 14.04.2 and fix Makefile target for ubuntu-vagrant
  > Symlink build.yml to ci/nested-build.yml
  > Merge PR #32: Make the -rootFS flag optional
  > Use large instance with faster io to get rid of test flakes
  > Enshrine non-nested builds in our ci process
  > add explicit garden-linux input
  > Delete container-net.
  > Improve testing support in vim
  > Add container creation sequence diagram
Submodule src/github.com/cloudfoundry-incubator/inigo 0dce8b0..fb8874d:
  > Fix garden process specs to include user
mariash pushed a commit that referenced this issue Aug 21, 2019
…gregator locket rfc5424 route-emitter

[finishes #168033784](https://www.pivotaltracker.com/story/show/168033784)

Submodule src/code.cloudfoundry.org/auctioneer 0375c5009..ee3be472c:
  > Add script to regenerate fixture certs
Submodule src/code.cloudfoundry.org/cfhttp c2f87019f..fec6281a6:
  > Regenerate fixture certs
Submodule src/code.cloudfoundry.org/diego-ssh 4e330a244..d560480f8:
  > Delete expired and unnecessary certs
Submodule src/code.cloudfoundry.org/diego-upgrade-stability-tests e3b1a7069..847c1d1d1:
  > Remove fixture certs
Submodule src/code.cloudfoundry.org/go-loggregator f94bd5dfa..049b6bf81:
  > remove vendor directory
  > remove unused common name
  > add WithTLSServer option to prometheus registry
  > fix spy metrics and update dependencies
  > make spy metrics client return existing metric if it exists when New is called
  > metrics: wrap registry for default metrics
  > use prometheus wrap so all metrics emitted have default tags
  > Add new GetMetricValue to test helpers
  > Add spy registry test helpers
  > add a metric exposition utility package
  > add go mod
  > set delta to 0 when WithTotal counter option is used
  > rename parameter to SetTotal
  > add ablity to emit counters with totals
  > fix v2 -> v1 envelope conversion
  > Fix expires certs and add generate certs script
  > add envelope conversion to aid v1 -> v2 migration
  > Reconnect when RLP Gateway connection is about to close
  > rlp_gateway_client: heartbeat uses proper SSE event
  > rpc/loggregator_v2: regenerate envelopes with snake case
  > rpc/loggregator_v2: regenerate for protobuf v1.2.0
  > IngressClient: adds Emit method
  > envelope stream connector: add dial option configuration
  > RLP Gateway Client should not log errors on heartbeats
  > Switch Fatalf to Panicf
  > Revert "Add Increment and Decrement to pulseemitter GaugeMetric"
  > Fix test compilation issue
  > Add Increment and Decrement to pulseemitter GaugeMetric
  > Updates .travis.yml for go 1.10 and 1.11
  > Remove DeprecatedTags from PulseEmitter
  > Add sleep to RLP gateway client Stream func
  > Update RLP gateway example to use golang proto
  > Remove duplicate source IDs in RLP gateway client
  > Refactor reading SSE events in RLP gateway client
  > Send Cache-Control header in RLP gateway client
  > Adds RLPGatewayClient
  > Regenerate protobufs with new json tags
  > Add WithEventSourceInfo to allow a user to set the source ID for events
  > Fixes go-routine leak in EnvelopeStreamConnector
  > Add CloseRecv() when connection is closed so gRPC buffers are flushed
  > Use the latest api to set source info
  > Fixes formatting and adds syslog message test for tags
  > Add support for representing tags as structured data in syslog msg
  > Force nil value when returning an error from Syslog
  > Fix docs for Syslog method
  > Merge pull request #32 from cloudfoundry/syslog
Submodule src/code.cloudfoundry.org/locket 285105ed8..7d7904d5d:
  > Regenerate fixture certs
Submodule src/code.cloudfoundry.org/rfc5424 000000000...236a6d292 (new submodule)
Submodule src/code.cloudfoundry.org/route-emitter b4afd9c23..e509f6844:
  > Correct test description

Co-authored-by: Sunjay Bhatia <sbhatia@pivotal.io>
mariash added a commit that referenced this issue Dec 2, 2021
Submodule src/code.cloudfoundry.org/executor ea8d6a952..d0eafcd6c:
  > Add TLS listener with app internal routes in SAN to Envoy (#58)
Submodule src/code.cloudfoundry.org/rep ee149c3e5..0337e4171:
  > Add internal routes to executor RunInfo (#32)
Submodule src/code.cloudfoundry.org/vizzini ecd9cfd33..901d0f6ba:
  > Expect extra port for default HTTP port for c2c TLS
tas-runtime-bot added a commit that referenced this issue May 5, 2023
Submodule src/code.cloudfoundry.org/cacheddownloader 3de1f8d2e..601773e3c:
  > Increase retry interval (#22)
Submodule src/code.cloudfoundry.org/routing-api 2bf566855..629f7a89b:
  > Genericize test setup for postgres too (#32)
Submodule src/idmapper 512765ea1..54a7a0bca:
  > Bump github.com/onsi/ginkgo/v2 from 2.9.3 to 2.9.4
tas-runtime-bot added a commit that referenced this issue Mar 21, 2024
Submodule src/code.cloudfoundry.org/bbs 807890935..9b9671a85:
  > Ignore more deprecated code warnings, use golang's format for deprecation notices (#93)
Submodule src/code.cloudfoundry.org/cfdot 335f8042f..2dcfa120f:
  > Ignore more deprecated code warnings (#13)
Submodule src/code.cloudfoundry.org/executor 9a89d08e6..87a6b8ce0:
  > Ignore deprecation of CPU.LimitInShares (#95)
Submodule src/code.cloudfoundry.org/inigo ee21a38d3..6ee889e4b:
  > Switch tests to ActualLRPInstance event stream (#32)
Submodule src/code.cloudfoundry.org/vizzini 4e1a6d0b3..56193ba22:
  > Switch tests to ActualLRPInstance event stream (#10)
Submodule src/garden 4707b8eb1..47c020468:
  > Merge pull request #117 from cloudfoundry/cpu-limit-in-shares-deprecation
Submodule src/guardian ecc454615..53430baa7:
  > Merge pull request #433 from cloudfoundry/cpu-limit-in-shares-deprecation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants