Documentation: bare metal deployment of kolla with single network interface
Bug #1514227 reported by
Ashish
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Won't Fix
|
Wishlist
|
Unassigned |
Bug Description
Deploying developer edition of kolla on a bare metal machine requires atleast 2 network interfaces. Kolla deployment on a machine with single network interface needs a second virtual interface. Current documentation does not give details on how to create a virtual interface and subsequently make use of it in kolla deployment.
Changed in kolla: | |
assignee: | nobody → Ashish (ashish-jain14) |
Changed in kolla: | |
status: | New → Triaged |
importance: | Undecided → Critical |
milestone: | none → mitaka-1 |
Changed in kolla: | |
milestone: | mitaka-1 → mitaka-2 |
Changed in kolla: | |
milestone: | mitaka-2 → mitaka-3 |
Changed in kolla: | |
importance: | Critical → Low |
milestone: | mitaka-3 → mitaka-rc1 |
Changed in kolla: | |
milestone: | mitaka-rc1 → mitaka-rc2 |
Changed in kolla: | |
assignee: | Ashish (ashish-jain14) → nobody |
milestone: | newton-1 → newton-2 |
Changed in kolla: | |
milestone: | newton-2 → newton-3 |
Changed in kolla: | |
assignee: | nobody → Rahul Sharma (rahulsharmaait) |
tags: | added: doc |
Changed in kolla: | |
milestone: | newton-3 → newton-rc1 |
Changed in kolla: | |
milestone: | newton-rc1 → occata-1 |
Changed in kolla: | |
milestone: | ocata-1 → ocata-2 |
Changed in kolla: | |
assignee: | Rahul Sharma (rahulsharmaait) → nobody |
Changed in kolla: | |
assignee: | nobody → Ravindra Yadav (ravi4u) |
Changed in kolla: | |
milestone: | ocata-2 → ocata-3 |
Changed in kolla: | |
assignee: | Ravindra Yadav (ravi4u) → nobody |
importance: | Low → Wishlist |
summary: |
- Update Documentation for bare metal deployment of kolla with single - network interface + Documentation: bare metal deployment of kolla with single network + interface |
Changed in kolla: | |
assignee: | nobody → Rahul Sharma (rahulsharmaait) |
Changed in kolla: | |
milestone: | ocata-3 → ocata-rc1 |
Changed in kolla: | |
milestone: | ocata-rc1 → pike-1 |
Changed in kolla: | |
milestone: | pike-2 → pike-3 |
Changed in kolla: | |
milestone: | pike-3 → pike-rc1 |
Changed in kolla: | |
milestone: | pike-rc1 → queens-1 |
Changed in kolla: | |
milestone: | queens-2 → queens-3 |
Changed in kolla: | |
milestone: | queens-3 → queens-rc1 |
Changed in kolla: | |
milestone: | queens-rc1 → queens-rc2 |
Changed in kolla: | |
milestone: | queens-rc2 → rocky-1 |
Changed in kolla: | |
milestone: | rocky-2 → rocky-3 |
Changed in kolla: | |
status: | In Progress → Triaged |
assignee: | Rahul Sharma (rahulsharmaait) → nobody |
milestone: | rocky-3 → none |
affects: | kolla → kolla-ansible |
To post a comment you must log in.
My view about developer deployment of kolla on single NIC is that it should not be recommended. Specially when someone is trying to deploy directly on their laptop. Here are the reasons
1) You need a physical connection to the network as wifi cannot be used.
2) You need to have a static IP address of machine, which is really difficult if it is a laptop
3) As you move from one network to another your setup is not going to work
4) At times you may end up messing up with your machine network and hence it may not work at all
5) We are complicating the already complicated networking by creating bridges, veth-pair which would make it difficult to debug some of the issues/problems.
Instead of deploying kolla direcltly on a baremetal with a single NIC, the user should do the same on VM. The advantages are as follows
1) No need for physical connection to the network as wifi can be used
2) No need of static ip address for the host machine
3) The setup is network agnostic and hence will work on any networks
4) No impact on physical machine instead it just impacts the VM which can always be deleted/restored from a backup copy.
5) In a VM you can clearly define the network interfaces and hence it makes easier to understand an debug issues,
So in my opinion the documentation section for baremetal with single NIC should advice the user to use a VM instead of baremetal deployment.