-
Notifications
You must be signed in to change notification settings - Fork 1.2k
OSPF: adding dynamically routing capability to VPC #1371
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
Conversation
6d381c8
to
44de1ab
Compare
ALTER TABLE `cloud`.`template_store_ref` MODIFY COLUMN `url` varchar(2048); | ||
ALTER TABLE `cloud`.`volume_store_ref` MODIFY COLUMN `url` varchar(2048); | ||
ALTER TABLE `cloud`.`volume_store_ref` MODIFY COLUMN `download_url` varchar(2048); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use schema-481to490.sql
instead as 4.8.0
is already released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@remibergsma thank you, will adjust the versions
842e083
to
6ef6464
Compare
86e3885
to
b54c0d5
Compare
eee8f98
to
4f9c371
Compare
1970b6e
to
d7b3da7
Compare
Marvin test log for testing ospf: nosetests --with-xunit --xunit-file=/tmp/simulator/smoke/test_quota.xml --with-marvin --marvin-config=/root/cloudstack_shapeblue/advanced.cfg /root/cloudstack_shapeblue/test/integration/component/test_ospf.py -s -a tags=advanced,required_hardware=false --zone=Bootcamp --hypervisor=xenserver ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /tmp//MarvinLogs//Mar_17_2016_15_54_43_FRA4VS. All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== ===final results are now copied to: /tmp//MarvinLogs/test_ospf_DHP8KX=== |
Documentation PR is here apache/cloudstack-docs-admin#36 |
Would you mind running a broader test suite to verify that there are no regressions? |
d7b3da7
to
71e5591
Compare
ACS CI BVT RunSumarry: The follwing tests have known issues Link to logs Folder (search by build_no): https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0 Failed tests:
Skipped tests: Passed test suits: |
@bvbharatk Thank you for running the marvin tests. Do you think any specific test that is failing on this branch ? |
71e5591
to
ce9ba84
Compare
Allocated("Indicates the network configuration is in allocated but not setup"), Setup("Indicates the network configuration is setup"), Implementing( | ||
"Indicates the network configuration is being implemented"), Implemented("Indicates the network configuration is in use"), Shutdown( | ||
"Indicates the network configuration is being destroyed"), Destroy("Indicates that the network is destroyed"); | ||
"Indicates the network configuration is being destroyed"), Destroy("Indicates that the network is destroyed"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be an unnecessary formatting change that actually misaligns the code.
throw new BadCIDRException("Invalid mask length used: " + maskString); | ||
} | ||
return getCIDR(addr, mask); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider renaming getCIDR
to create
since the get
verb is generally in Java for methods that access attributes.
@abhinandanprateek Reading through the code, it seems like there could be benefit from the following value objects:
Assuming that these new network primitives should orient us towards deprecating |
ef8ac31
to
a2e9d26
Compare
Please verify why the jobs are failing and re-push this PR to try to get it green. I need to verify the process to test new system templates and how to build and distribute new system templates. I have not tried to find the documentation on this, so if someone knows where to find it, I would accept a link. :) |
95f2b5a
to
dbab29b
Compare
dbab29b
to
1d2fd10
Compare
@rhtyd @weizhouapache is this functionality worth keeping an eye on? |
wow, this is a quite big change. |
Hold-on, maybe useful in future when we want to allow route-able networks with bgp/ospf. |
Closing this old work, we'll revisit this in future. |
Types of changes