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

Release 'cf-rabbitmq-test' not found on director. Unable to resolve 'latest' alias in manifest. #36

Closed
Omnipresent opened this issue Oct 18, 2016 · 3 comments
Labels

Comments

@Omnipresent
Copy link

Omnipresent commented Oct 18, 2016

I'm getting an error when executing scripts/deploy-bosh-lite on my bosh-lite

I’m getting cf-rabbitmq-test not found on Bosh Lite Director. I cloned the rabbitmq github repo and ran the script scripts/deploy-bosh-lite.

➜  bosh-lite git:(master) ✗ bosh releases
Acting as user 'admin' on 'Bosh Lite Director'

+--------------+------------+-------------+
| Name         | Versions   | Commit Hash |
+--------------+------------+-------------+
| cf           | 245+dev.1* | 1a84cd71    |
| cf-mysql     | 31*        | 41fda3be+   |
| local-volume | 0+dev.1    | dc5a6282    |
| routing      | 0.136.0    | d29132da+   |
| syslog       | 7          | 8e3ce3ac+   |
+--------------+------------+-------------+
(*) Currently deployed
(+) Uncommitted changes

Releases total: 5
➜  bosh-lite git:(master) ✗ cd ../cf-rabbitmq-release && scripts/deploy-bosh-lite
….
……
Release uploaded
Acting as user 'admin' on 'Bosh Lite Director'
Successfully updated cloud config
Deployment set to `/Users/bhaarat/code/cloudfoundry/cf-rabbitmq-release/manifests/cf-rabbitmq.yml'
in deploy
Acting as user 'admin' on deployment 'cf-rabbitmq' on 'Bosh Lite Director'
Getting deployment properties from director...
Unable to get properties list from director, trying without it...
Release 'cf-rabbitmq-test' not found on director. Unable to resolve 'latest' alias in manifest.

➜  cf-rabbitmq-release git:(master) ✗ bosh releases
Acting as user 'admin' on 'Bosh Lite Director'

+--------------+---------------+-------------+
| Name         | Versions      | Commit Hash |
+--------------+---------------+-------------+
| cf           | 245+dev.1*    | 1a84cd71    |
| cf-mysql     | 31*           | 41fda3be+   |
| cf-rabbitmq  | 224.0.0+dev.6 | f46b35c7+   |
| local-volume | 0+dev.1       | dc5a6282    |
| routing      | 0.136.0       | d29132da+   |
| syslog       | 7             | 8e3ce3ac+   |
+--------------+---------------+-------------+
(*) Currently deployed
(+) Uncommitted changes

Releases total: 6
@cf-gitbot
Copy link
Member

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@Omnipresent
Copy link
Author

I'm using this updated script that removes references to cf-rabbitmq-test https://gist.github.com/Omnipresent/677e00503fb120e7d005fdb6585fde81

However, now I get the error below: I am not behind a proxy.

[stdout]
cf version 6.19.0+b29b4e0-2016-06-08
Setting api endpoint to http://api.rmq-acceptance.london2.cf-app.com...
FAILED
Error performing request: Get http://api.rmq-acceptance.london2.cf-app.com/v2/info: dial tcp 52.211.199.67:80: i/o timeout
TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.

[stderr]
+ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/var/vcap/packages/cf-cli/bin
+ PATH=/usr/sbin:/usr/bin:/sbin:/bin:/var/vcap/packages/cf-cli/bin
+ CF_API_URL=http://api.rmq-acceptance.london2.cf-app.com
+ CF_ADMIN_USERNAME=admin
+ CF_ADMIN_PASSWORD=admin
+ BROKER_NAME=p-rabbitmq
+ BROKER_URL=https://pivotal-rabbitmq-broker.rmq-acceptance.london2.cf-app.com
+ BROKER_USERNAME=p1-rabbit
+ BROKER_PASSWORD=p1-rabbit-devpwd
+ SERVICE_NAME=p-rabbitmq
+ cf --version
+ cf api --skip-ssl-validation http://api.rmq-acceptance.london2.cf-app.com

Errand `broker-registrar' completed with error (exit code 1)

@vlad-stoian
Copy link
Contributor

Closing based on resolving this

The ./scripts/deploy-to-bosh-lite should work better now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants