diff --git a/LICENSE b/LICENSE deleted file mode 100644 index ce9d5e2727ad29772ac2fdfc6d5cb5a99f53bf65..0000000000000000000000000000000000000000 --- a/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ - Copyright [2021] [Arun Kumar Sakthivel] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/pnp/vars/images.py b/pnp/vars/images.py index 4cfa69a505b9c1f6db7b24f5c05c8fe273ca9376..9cd045852bb17898b2042469f0010b1539b3a892 100644 --- a/pnp/vars/images.py +++ b/pnp/vars/images.py @@ -22,6 +22,12 @@ IMAGES = { md5='0e4b1fc1448f8ee289634a41f75dc215', size=1, ), + 'C1000_15_02': SoftwareImage( + image='c1000-universalk9-mz.152-7.E7.bin', + version='15.2(7)E7', + md5='1e6f508499c36434f7035b83a4018390', + size=16499712, + ), 'C1100_16_12': SoftwareImage( image='c1100-universalk9.16.12.01a.SPA.bin', version='16.12.1a', diff --git a/pnp/vars/platforms.py b/pnp/vars/platforms.py index 0df4497341dca2a9d650b36574b58c37ed703988..225741b5b59d3238d1be5c4a422db30c5e61ea3e 100644 --- a/pnp/vars/platforms.py +++ b/pnp/vars/platforms.py @@ -21,4 +21,7 @@ PLATFORMS = { # image='C1100_17_09', # image='C1100_17_06_04', ), + 'C1000-8T-2G-L': Model( + image='C1000_15_02', + ), }