If I want to change VNET_MODE, how do I get this change reflected in eucalyptus.local.conf?

Asked by Lorin Hochstein

The man page for eucalyptus.local.conf states that it should not be edited directly, and instead that euca_conf should be used to make changes.

I'd like to change the VNET_MODE from MANAGED-NOVLAN to MANAGED. There's already a eucalyptus.local.conf file that looks like:

# network configuration from the input configuration file
VNET_MODE="MANAGED-NOVLAN"

I don't see an obvious euca_conf command for changing this configuration option. I can edit eucalyptus.conf, but it looks like the existing eucalyptus.local.conf configuration will take precedence.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu eucalyptus Edit question
Assignee:
No assignee Edit question
Solved by:
Torsten Spindler
Solved:
Last query:
Last reply:
Revision history for this message
Torsten Spindler (tspindler) said :
#1

I would change the .local configuration file and then restart eucalyptus
with
$ sudo restart eucalyptus CLEAN=1
Otherwise the network configuration change will not be picked up by the
system.

Revision history for this message
Lorin Hochstein (lorinh) said :
#2

If this is the recommended approach, I would suggest updating the eucalyptus.local.conf man page, since it currently says:

"This file should never be edited directly."

Revision history for this message
Best Torsten Spindler (tspindler) said :
#3

I've checked back with our cloud architect and he states that using the
eucalyptus.conf file is the recommended way.

Revision history for this message
Lorin Hochstein (lorinh) said :
#4

OK, I'll delete the eucalyptus.local.conf file and just use eucalyptus.conf, as recommended.

Revision history for this message
Lorin Hochstein (lorinh) said :
#5

Thanks Torsten Spindler, that solved my question.