-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openvnet integration test environment #502
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… interfaces for itest-edge, itest1, itest2 and itest3. Added code that writes these script names to a dynamically-generated packer template file which will be used by packer to provision these machines. Added tentative network information for these machines - this information is taken explicitly from directories under wakame-ci-cluster/kvm-guests/<machine>/metadata. The suite of tools is still quite rough.
it possible for packer to do simple provisioning of network scripts on top of the already (heavily) provisioned original machine, making build times shorter.
…m_build.sh. Other smaller changes were made to build_init_env.sh and base.sh
to the packer template files in order for packer to generate the necessary NIC's for the given virtual machine.
templates so that packer will add NIC's to the machine being built.
the README.usage file for details on how to use it and on deficiencies.
…s fine, but vm_build.sh fails with the same code on 4.3.46 (my linux). Code appears to work on both mac and linux now.
There are some
|
As discussed in person, this should go here:
|
Closing since this branch isn't ready for merge and isn't actively being worked on. Work done here will eventually be included in the ci-jenkins2 branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Integration test environment build scripts are ready to be pulled.