Tech Debt: Plan should allow user to specify custom port
Bug #1340259 reported by
Paul Czarkowski
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Solum |
Fix Committed
|
Low
|
Unassigned | ||
Bug Description
currently application port is hard-coded to '5000'
We should allow the planfile to specify a port to listen to and pass a paramter to the heat template to specify the port to create security groups for.
Heat template currently supports a parameter for the port setting but defaults to 5000 because we don't tell it any different.
Planfile Suggestion
```
version: 1
name: ex1
description: Nodejs express.
artifacts:
- name: nodeus
artifact_type: heroku
listen_port: 80
content:
href: https:/
language_pack: auto
```
| Changed in solum: | |
| importance: | Undecided → Low |
| status: | New → Triaged |
| summary: |
- Plan should allow user to specify custom port + Tech Debt: Plan should allow user to specify custom port |
| tags: | added: tech-debt |
| Changed in solum: | |
| milestone: | none → 2015.1.1 |
| Changed in solum: | |
| status: | Triaged → Fix Committed |
To post a comment you must log in.