-
Notifications
You must be signed in to change notification settings - Fork 67
RabbitMQ Dashboard is not installed with service #277
Comments
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. |
Hi @mikepc, I'm sorry you're running into trouble with the rabbitmq dashboard URL. The URL should just work. I can test it myself when I get back from vacation, but these questions may help you out in the meantime:
We're currently re-writing PCF Dev to use a real BOSH director and run on the native OS hypervisors. We have no plans to release further versions of the current implementation. If this is a regression, it is unlikely to be fixed until we are able to release the re-write. Sorry for the trouble. Regarding pivotal-cf/docs-pcf-dev#38: I have no idea who owns pcfdev.slack.com. I suspect it was registered by past team members and is now unused. If you'd like to reach us on Slack, we have a #pcfdev channel in the Cloud Foundry slack. |
I have definitely tried the first 2! I've tried explicitly specifying rabbitmq during the install process as well. |
Confirmed. I rolled back to pcfdev-v0.26.0+PCF1.10.0-osx and the problem is resolved, I'm able to bring up the RabbitMQ management console. Later versions may work, but I went down to the last minor version (down to 1.10 from 1.11) I can also confirm that pcfdev-v0.28.0+PCF1.11.0-osx does not work for the RabbitMQ management console. Also I haven't tried any other OS's, the only installers I've worked with were 28( didn't work) and 26 (Worked) |
I am seeing the same issue on the latest version of PCFDev. I am using the cloud version for development to get around this for the time being. This does slow things down a bit. |
I'm curious what the manual steps would be to install the route? |
Product leadership pinged for an update on this issue. (2018-03-01) |
@mikepc @dcarwin-pivotal Development on PCF Dev has moved here, where we're working on an a new version that is being reviewed for incubation in the Cloud Foundry Foundation. All new releases of PCF Dev will be via an extension to that version. While we do not yet have a timeline for the PCF extension or for rabbitmq integration, we do have an alpha release available that will allow you to deploy the cf-rabbitmq BOSH release manually. @ssisil is currently testing whether that integration works, and will report back here shortly with instructions. Note that the alpha release requires macOS Sierra or greater, and currently fails to start without Docker for Mac installed, due to a bug. (On the plus side, it doesn't require Virtualbox and comes with a BOSH director!) It's worth noting that PCF Dev is a free beta product, not a supported Pivotal product. If you're a PCF customer using PCF Dev in a way that is critical to your business, please let us know! |
I was able to get the RabbitMQ bosh release running with our alpha version of CF Dev. You need to make a few tweaks to the manifest and lite vars file in the release to get things up and running : lite-vars-file.yml cf-rabbitmq-template.yml I would recommend uploading the release from bosh.io versus trying to create the release from source
Then generate your manifest.yml using the Once it is deployed you should be able to access the rabbitMQ manager at Let us know how it goes. |
Hi Stephen, we are a baby company that hasn’t even formed yet. There are
three engineers on the project (5 in the company). and we really don’t need
a cloud deployment, but our plan is to deploy to PWS in May or June with a
non-prod and prod environment. PCF Dev is working awesome for us during
incubation.
The rabbitmq issue isn’t a blocker but it is.. annoying. One of my
partners recommended it and we haven’t regretted it yet.
Please don’t abandon the project! Pretty please!
It is the cleanest, simplest, and fastest way to ramp up a simple
microservice architecture during incubation.
Minikube takes a lot more hassle to get ramped up with and requires all of
the engineers to understand k8s. As far as I am concerned it’s the only
other realistic option.
…On Thu, Mar 1, 2018 at 1:48 PM Stephen Levine ***@***.***> wrote:
@mikepc <https://github.com/mikepc> @dcarwin-pivotal
<https://github.com/dcarwin-pivotal> Development on PCF Dev has moved here
<https://github.com/pivotal-cf/cfdev>, where we're working on an a new
version that is being reviewed for incubation in the Cloud Foundry
Foundation. All new releases of PCF Dev will be via an extension to that
version. While we do not yet have a timeline for the PCF extension or for
rabbitmq integration, we do have an alpha release available that will allow
you to deploy the cf-rabbitmq BOSH release manually.
@ssisil <https://github.com/ssisil> is currently testing whether that
integration works, and will report back here shortly with instructions.
Note that the alpha release requires macOS Sierra or greater, and currently
fails to start without Docker for Mac installed, due to a bug. (On the plus
side, it doesn't require Virtualbox and comes with a BOSH director!)
It's worth noting that PCF Dev is a free beta product, not a supported
Pivotal product. If you're a PCF customer using PCF Dev in a way that is
critical to your business, please let us know!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#277 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA1ok61gYdjHbmUYZWWXNfpFzYgpaUABks5taGy7gaJpZM4RT8yx>
.
|
I'm glad you find PCF Dev so compelling! I don't think your use case is unreasonable, as long as you aren't using PCF Dev to host production apps that others outside of your group have access to. We have no plans to abandon PCF Dev, just plans to update the underlying implementation to use CF Dev with PCF patches and extras. |
I am having the same issue with rabbitmq console. I tried to install pcfdev-v0.26.0+PCF1.10.0-osx as the above user, and cannot start pcf dev as per this issue: #273. How can I get this version started and get up and running with pcfdev? |
There are two options:
|
Having this same issue, I was thinking we could maybe find a "hack" solution for the management console using the utility 'rabbitmqctl' that ships with rabbitmq in the bin dir from a separate local installation. This utility can be used to start/stop management console. My question Is there a way to talk to the rabbitmq instance inside VM? I came close to achieving this by accessing the rabbitmq instance generated by pcfdev. I was able to connect via a local installation's 'rabbitmqctl' utility but after successfully establishing a connection it was rejected because I didn't have the .erlang.cookie file needed to authenticate connecting from a different host (this file located is inside the user directory in the pcfdev generated VirtualBox .vmdk file) see screenshot. I am thinking if we can somehow obtain this .erlang.cookie file/value we can use a local 'rabbitmqctl' utility to spin up the management console? Is there any easy way to access the PCFDev generated VM file system? Right now i'm stuck at this point I cannot obtain access to the .erlang.cookie file in the VM to test to see if this will work. Also, I can ping the host and resolve the hostname which leads me to suspect the rabbitmq management console just needs to be started manually. |
Please re-open this issue if this is still a concern with our latest releases. |
See my Stack Overflow post here:
https://stackoverflow.com/questions/48106204/pcf-dev-rabbitmq-management-dashboard-not-installed
Any help on what step I'm missing would be great!
The text was updated successfully, but these errors were encountered: