azure provider does not appear to be opening ports
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Andrew Wilkins |
Bug Description
Created from: https:/
Using a hand-built juju 1.26-alpha3-
The steps I followed are:
juju bootstrap --upload-tools
cd ~/git/juju-
make deploy
Attempting to hit the public IP address in a browser yields no response. Using nmap to scan shows only port 22 open:
$ nmap -Pn 138.91.252.121
Starting Nmap 6.47 ( http://
Nmap scan report for 138.91.252.121
Host is up (0.11s latency).
Not shown: 999 filtered ports
PORT STATE SERVICE
22/tcp open ssh
juju status output:
juju-gui:
charm: local:trusty/
exposed: true
service-status:
current: unknown
since: 18 Dec 2015 11:38:40-04:00
units:
juju-gui/0:
current: unknown
since: 18 Dec 2015 11:38:40-04:00
current: idle
since: 18 Dec 2015 12:30:30-04:00
version: 1.26-alpha3.1
machine: "1"
open-ports:
- 80/tcp
- 443/tcp
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in juju-core: | |
milestone: | none → 2.0-alpha1 |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
tags: | added: 2.0-count |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-alpha1 → none |
milestone: | none → 2.0-alpha1 |
Brad - if you can attach machine-0.log, that would help in debugging.