From 02ae487daac9342b5dd620f858fb8c0c34b99dcf Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 16 Dec 2022 10:09:36 +0100 Subject: [PATCH] Add C1000 --- LICENSE | 13 ------------- pnp/vars/images.py | 6 ++++++ pnp/vars/platforms.py | 3 +++ 3 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index ce9d5e2..0000000 --- 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 4cfa69a..9cd0458 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 0df4497..225741b 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', + ), } -- GitLab