pramchan@ubuntu131:~/interop$ ls 2015.03.json 2015.05.json 2016.01.json 2017.09.json 2019.11.json drafts next.json test-requirements.txt working_materials 2015.04 2015.07 2016.08 2018.02.json 2020.06.json HACKING.rst README.rst tools zuul.d 2015.04.json 2015.07.json 2016.08.json 2018.11.json add-ons js setup.cfg tox.ini 2015.05 2016.01 2017.01.json 2019.06.json doc legacy setup.py verticals pramchan@ubuntu131:~/interop$ diff 2020.06.json 2019.11.json 3c3 < "id": "2020.06", --- > "id": "2019.11", 6c6 < "source": "https://opendev.org/openstack/interop/raw/branch/master/2020.06.json", --- > "source": "https://opendev.org/openstack/interop/raw/branch/master/2019.11.json", 73,76c73,76 < "target_approval": "2020.06", < "replaces": "2019.11", < "releases": ["stein", "train", "ussuri", "victoria"], < "status": "draft" --- > "target_approval": "2019.11", > "replaces": "2019.06", > "releases": ["rocky", "stein", "train", "ussuri"], > "status": "approved" 3208c3208 < "guidance": "Not a core capability, add-on program is available.", --- > "guidance": "Not a core capability, add-on program planned.", 3217a3218,3223 > "ceilometer": { > "informational": { > "guidance": "Not a core capability, no position at this time", > "sections": {} > } > } 3222c3228 < "reference": ""d43223773d75d2e82fb33a1281038e611c41d0f3, --- > "reference": "9bd78bcd65c46623b6f04ebdc3efe18375fd296f", pramchan@ubuntu131:~/interop$ cd add-ons pramchan@ubuntu131:~/interop/add-ons$ ls criteria.txt dns.2019.06.json dns.next.json orchestration.2019.06.json orchestration.next.json dns.2018.02.json dns.2019.11.json orchestration.2018.02.json orchestration.2019.11.json dns.2018.11.json dns.2020.06.json orchestration.2018.11.json orchestration.2020.06.json pramchan@ubuntu131:~/interop/add-ons$ diff orchestration.2020.06.json orchestration.2019.11.json 3c3 < "id": "orchestration.2020.06", --- > "id": "orchestration.2019.11", 6c6 < "source": "http://opendev.org/openstack/interop/raw/branch/master/add-ons/orchestration.2020.06.json", --- > "source": "http://opendev.org/openstack/interop/raw/branch/master/add-ons/orchestration.2019.11.json", 58,61c58,61 < "target_approval": "orchestration.2020.06", < "replaces": "orchestration.2019.11", < "releases": ["stein", "train", "ussuri", "victoria"], < "status": "draft" --- > "target_approval": "orchestration.2019.11", > "replaces": "orchestration.2019.06", > "releases": ["rocky", "stein", "train", "ussuri"], > "status": "approved" 73c73 < "source": "http://opendev.org/openstack/interop/2020.06.json" --- > "source": "http://opendev.org/openstack/interop/2019.11.json" pramchan@ubuntu131:~/interop/add-ons$ diff dns.2020.06.json dns.2019.11.json 3c3 < "id": "dns.2020.06", --- > "id": "dns.2019.11", 6c6 < "source": "http://opendev.org/openstack/interop/raw/branch/master/add-ons/dns.2020.06.json", --- > "source": "http://opendev.org/openstack/interop/raw/branch/master/add-ons/dns.2019.11.json", 58,61c58,61 < "target_approval": "2020.06", < "replaces": "dns.2019.11", < "releases": ["stein", "train", "ussuri","victoria"], < "status": "draft" --- > "target_approval": "2019.11", > "replaces": "dns.2019.06", > "releases": ["rocky", "stein", "train", "ussuri"], > "status": "approved" 73c73 < "source": "http://opendev.org/openstack/interop/2020.06.json" --- > "source": "http://opendev.org/openstack/interop/2019.11.json" pramchan@ubuntu131:~/interop/add-ons$