Update license info
Change-Id: Ia5d84b758416e56f12b2d8616c5e50459e971664 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
parent
116205b625
commit
49716fc081
@ -1,4 +1,19 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
# Copyright 2012 OpenStack Foundation
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
##############################################################################
|
||||||
|
# Copyright (c) 2016 ZTE Coreporation and others.
|
||||||
|
# All rights reserved. This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Apache License, Version 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
dhcp_ip="192.0.1.152"
|
dhcp_ip="192.0.1.152"
|
||||||
listen_port="5050"
|
listen_port="5050"
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
##############################################################################
|
||||||
|
# Copyright (c) 2016 ZTE Coreporation and others.
|
||||||
|
# All rights reserved. This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Apache License, Version 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
log_file='/home/os_install/shell_action.log'
|
log_file='/home/os_install/shell_action.log'
|
||||||
|
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
##############################################################################
|
||||||
|
# Copyright (c) 2016 ZTE Coreporation and others.
|
||||||
|
# All rights reserved. This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Apache License, Version 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
||||||
daisy_management_ip=$1
|
daisy_management_ip=$1
|
||||||
yum -y install epel-release
|
yum -y install epel-release
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#to be trusted by other host£¬and no password needed when use ssh command
|
##############################################################################
|
||||||
|
# Copyright (c) 2016 ZTE Coreporation and others.
|
||||||
|
# All rights reserved. This program and the accompanying materials
|
||||||
|
# are made available under the terms of the Apache License, Version 2.0
|
||||||
|
# which accompanies this distribution, and is available at
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
#check parameters legality
|
|
||||||
logfile=/var/log/trustme.log
|
logfile=/var/log/trustme.log
|
||||||
function print_log
|
function print_log
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user