contrail icon indicating copy to clipboard operation
contrail copied to clipboard

Contrail repo for core components (go based)

Results 25 contrail issues
Sort by recently updated
recently updated
newest added

This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/contrail/commit/8e98257ede1595b60ee8f4378dfa3c39f61fa551#commitcomment-60980950 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/contrail/commit/89d24b11e00ac31b5b54de775e1aa6abd108dbbb...

Hi, I tried to build this application along with the README, however, make deps failed to fetch "asf" library. Is there any way for someone who doesn't have access to...

The annotations field will be necessary for Contrail Insights login, for that reason we need to make it available without the user being authenticated. The cluster type will be defined...

How to filter an object with list as attribute? Below filter does not work ?filters=supported_platforms==EX4200 ``` { "image": [ { "supported_platforms": [ "EX4200", "EX3500" ], "id":"1", "name":"Test1" }, { "supported_platforms":...

Can you explain the colour coding in the Arch diagram here https://github.com/Juniper/contrail/blob/master/doc/index.md From what I understand from reading this section is that - Control Node, Device Manager, KubeManager are separate...

The committed vendor content is out sync with the configuration. ``` $ dep check # vendor is out of sync: github.com/flosch/pongo2: hash of vendored tree not equal to digest in...

Working through the README. Run the following command ``` $ contrail -c sample/contrail.yml run ``` Output log contains a warning ``` ... INFO[0000] Started Worker 3 INFO[0000] Started Worker 4...

Following instructions in the README. ``` make deps ``` Results in ``` The name is too long, 440 chars total. Trying to shorten... New name is 599460c2-e70a-11e7-90ae-c937d65159d8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181108%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181108T214242Z&X-Amz-Expires=300&X-Amz-Signature=76432ab9a88b45de8e2063a. --2018-11-08 21:42:42-- https://github-production-release-asset-2e65be.s3.amazonaws.com/23357588/599460c2-e70a-11e7-90ae-c937d65159d8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181108%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181108T214242Z&X-Amz-Expires=300&X-Amz-Signature=76432ab9a88b45de8e2063a4a62958bd72acefc8bab3473bc6c9f4289e321518&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dprotoc-3.5.1-osx-x86_64.zip&response-content-type=application%2Foctet-stream...

Current implementation of vnc api client library, frames fq_name of the object based on the following criteria 1. parent obj 2. fq_name set in request body 3. No parent we...