-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1451 from GlobalNOC/2.0.16-dev
2.0.16 dev
- Loading branch information
Showing
89 changed files
with
2,601 additions
and
697 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NAME= oess-core | ||
VERSION = 2.0.15 | ||
VERSION = 2.0.16 | ||
|
||
rpm: dist | ||
rpmbuild -ta dist/$(NAME)-$(VERSION).tar.gz | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"method_deprecated":0,"output_type":"application/json","input_params":{},"name":"get_endpoints_in_review","description":"Returns a list of endpoints that require admin review.","default_input_validators":[],"expires":"-1d"} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"method_deprecated":0,"output_type":"application/json","input_params":{"approve":{"allow_null":0,"name":"approve","ignore_default_input_validators":0,"min_length":null,"description":"Set to 1 for approval or 0 for denial.","pattern":"^(\\-?\\d+)$","input_validators":[],"validation_error_text":"Parameter approve only accepts integer numbers.","required":1,"multiple":0,"max_length":null},"vrf_ep_id":{"allow_null":1,"name":"vrf_ep_id","ignore_default_input_validators":0,"min_length":null,"description":"VRF ID of the Endpoint","pattern":"^(\\-?\\d+)$","input_validators":[],"validation_error_text":"Parameter vrf_ep_id only accepts integer numbers.","required":0,"multiple":0,"max_length":null},"circuit_ep_id":{"allow_null":1,"name":"circuit_ep_id","ignore_default_input_validators":0,"min_length":null,"description":"Circuit ID of the Endpoint","pattern":"^(\\-?\\d+)$","input_validators":[],"validation_error_text":"Parameter circuit_ep_id only accepts integer numbers.","required":0,"multiple":0,"max_length":null},"skip_cloud_provisioning":{"allow_null":1,"name":"skip_cloud_provisioning","default":0,"ignore_default_input_validators":0,"min_length":null,"description":"If set to 1 cloud provider configurations will not be performed.","pattern":"^(\\-?\\d+)$","input_validators":[],"validation_error_text":"Parameter skip_cloud_provisioning only accepts integer numbers.","required":0,"multiple":0,"max_length":null}},"name":"review_endpoint","description":"Approve or deny an endpoint in review.","default_input_validators":[],"expires":"-1d"} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"method_deprecated":0,"output_type":"application/json","input_params":{},"name":"get_options","description":"get_options returns provisioning options for interfaces","default_input_validators":[],"expires":"-1d"} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NAME= oess-frontend | ||
VERSION = 2.0.15 | ||
VERSION = 2.0.16 | ||
|
||
rpm: dist | ||
rpmbuild -ta dist/$(NAME)-$(VERSION).tar.gz | ||
|
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
Oops, something went wrong.