Remove folder-based versioning from manifests
This adapts manifests to be in line of using git reference for refering to global/secrets repos instead of versioned folders. Change-Id: I0100fb90666e335bd99d304b3804c180b25a9d16 Depends-On: https://review.openstack.org/#/c/577886/
This commit is contained in:
parent
b7e9387b45
commit
3a1038e122
@ -5,15 +5,25 @@ metadata:
|
||||
name: pegleg/SiteDefinition/v1
|
||||
data:
|
||||
$schema: http://json-schema.org/schema#
|
||||
type: object
|
||||
|
||||
type: object
|
||||
properties:
|
||||
revision:
|
||||
type: string
|
||||
pattern: '^v.+$'
|
||||
repositories:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: object
|
||||
properties:
|
||||
revision:
|
||||
type: string
|
||||
url:
|
||||
type: string
|
||||
required:
|
||||
- revision
|
||||
- url
|
||||
|
||||
site_type:
|
||||
type: string
|
||||
required:
|
||||
- revision
|
||||
- site_type
|
||||
additionalProperties: false
|
||||
...
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user