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

Some services unavailable on startup #22

Open
jimblizz opened this issue May 22, 2015 · 3 comments
Open

Some services unavailable on startup #22

jimblizz opened this issue May 22, 2015 · 3 comments

Comments

@jimblizz
Copy link

Having started up spurious I have the following:

Macbook ➜  ~  spurious ports

Service                      Host                         Port   Browser link
spurious-browser             browser.spurious.localhost   32781  http://browser.spurious.localhost:32781
spurious-elasticache-docker  192.168.59.103               32780  -
spurious-dynamo              dynamodb.spurious.localhost  32777  http://dynamodb.spurious.localhost:32777
spurious-sqs                 sqs.spurious.localhost       32775  http://sqs.spurious.localhost:32775
spurious-s3                  s3.spurious.localhost        32776  http://s3.spurious.localhost:32776
spurious-elasticache         192.168.59.103               32779  -
spurious-memcached           192.168.59.103               32778  -

The spurious browser will only list dynamo, sqs and s3 as options.

I have the following containers up:

Macbook ➜  ~  docker ps
CONTAINER ID        IMAGE                         COMMAND                CREATED             STATUS              PORTS                      NAMES
e44551938e33        spurious/s3:latest            "bin/fakes3 -r /var/   About an hour ago   Up 17 minutes       0.0.0.0:32776->4569/tcp    spurious-s3
fb16abe00361        spurious/browser:latest       "rackup --host 0.0.0   About an hour ago   Up 17 minutes       0.0.0.0:32781->9292/tcp    spurious-browser
8da19411a7f5        smaj/memcached:latest         "/bin/sh -c memcache   About an hour ago   Up 17 minutes       0.0.0.0:32778->11211/tcp   spurious-memcached
fdafde9ca5dd        spurious/dynamodb:latest      "java -Djava.library   About an hour ago   Up 17 minutes       0.0.0.0:32777->4570/tcp    spurious-dynamo
963c76f1172d        spurious/elasticache:latest   "/bin/sh -c bin/fake   About an hour ago   Up 17 minutes       0.0.0.0:32779->11212/tcp   spurious-elasticache
2229667a6aca        spurious/elasticache:latest   "/bin/sh -c bin/fake   About an hour ago   Up 17 minutes       0.0.0.0:32780->11212/tcp   spurious-elasticache-docker
d1202a5de30d        spurious/sqs:latest           "bin/fake_sqs --port   About an hour ago   Up 17 minutes       0.0.0.0:32775->4568/tcp    spurious-sqs

I've tested both ports listen for elasticache with no response.

@JakeChampion
Copy link

@jimblizz The spurious browser currently only supports dynamo, sqs and s3. This sounds like a documentation issue, thanks for bringing it up :-)

@stevenjack
Copy link
Contributor

@jimblizz The elasticache containers need a little work as it needs to report the correct port number and hostnames which at the moment only work if you're running an application and you link it to the elastic ache container.

Not sure what you could really do with a tab on elasticache in the browser but I agree there needs to be some documentation around this.

@jimblizz
Copy link
Author

@stevenjack Good point, no idea what would do other than perhaps confirm that it was up and provide a link to ES head?

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

No branches or pull requests

3 participants