Tech Debt: Plan should allow user to specify custom port

Bug #1340259 reported by Paul Czarkowski
6
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://github.com/paulczar/example-nodejs-express.git
  language_pack: auto
```

Tags: tech-debt
Adrian Otto (aotto)
Changed in solum:
importance: Undecided → Low
status: New → Triaged
Adrian Otto (aotto)
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.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.