oc_adm_manage_node.py 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import time
  38. import os
  39. import re
  40. import shutil
  41. import subprocess
  42. import tempfile
  43. # pylint: disable=import-error
  44. try:
  45. import ruamel.yaml as yaml
  46. except ImportError:
  47. import yaml
  48. from ansible.module_utils.basic import AnsibleModule
  49. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  50. # -*- -*- -*- Begin included fragment: doc/manage_node -*- -*- -*-
  51. DOCUMENTATION = '''
  52. ---
  53. module: oc_adm_manage_node
  54. short_description: Module to manage openshift nodes
  55. description:
  56. - Manage openshift nodes programmatically.
  57. options:
  58. kubeconfig:
  59. description:
  60. - The path for the kubeconfig file to use for authentication
  61. required: false
  62. default: /etc/origin/master/admin.kubeconfig
  63. aliases: []
  64. debug:
  65. description:
  66. - Turn on debug output.
  67. required: false
  68. default: False
  69. aliases: []
  70. node:
  71. description:
  72. - A list of the nodes being managed
  73. required: false
  74. default: None
  75. aliases: []
  76. selector:
  77. description:
  78. - The selector when filtering on node labels
  79. required: false
  80. default: None
  81. aliases: []
  82. pod_selector:
  83. description:
  84. - A selector when filtering on pod labels.
  85. required: false
  86. default: None
  87. aliases: []
  88. evacuate:
  89. description:
  90. - Remove all pods from a node.
  91. required: false
  92. default: False
  93. aliases: []
  94. schedulable:
  95. description:
  96. - whether or not openshift can schedule pods on this node
  97. required: False
  98. default: None
  99. aliases: []
  100. dry_run:
  101. description:
  102. - This shows the pods that would be migrated if evacuate were called
  103. required: False
  104. default: False
  105. aliases: []
  106. grace_period:
  107. description:
  108. - Grace period (seconds) for pods being deleted.
  109. required: false
  110. default: None
  111. aliases: []
  112. force:
  113. description:
  114. - Whether or not to attempt to force this action in openshift
  115. required: false
  116. default: None
  117. aliases: []
  118. author:
  119. - "Kenny Woodson <kwoodson@redhat.com>"
  120. extends_documentation_fragment: []
  121. '''
  122. EXAMPLES = '''
  123. - name: oadm manage-node --schedulable=true --selector=ops_node=new
  124. oc_adm_manage_node:
  125. selector: ops_node=new
  126. schedulable: True
  127. register: schedout
  128. - name: oadm manage-node my-k8s-node-5 --evacuate
  129. oc_adm_manage_node:
  130. node: my-k8s-node-5
  131. evacuate: True
  132. force: True
  133. '''
  134. # -*- -*- -*- End included fragment: doc/manage_node -*- -*- -*-
  135. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  136. class YeditException(Exception): # pragma: no cover
  137. ''' Exception class for Yedit '''
  138. pass
  139. # pylint: disable=too-many-public-methods
  140. class Yedit(object): # pragma: no cover
  141. ''' Class to modify yaml files '''
  142. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  143. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  144. com_sep = set(['.', '#', '|', ':'])
  145. # pylint: disable=too-many-arguments
  146. def __init__(self,
  147. filename=None,
  148. content=None,
  149. content_type='yaml',
  150. separator='.',
  151. backup=False):
  152. self.content = content
  153. self._separator = separator
  154. self.filename = filename
  155. self.__yaml_dict = content
  156. self.content_type = content_type
  157. self.backup = backup
  158. self.load(content_type=self.content_type)
  159. if self.__yaml_dict is None:
  160. self.__yaml_dict = {}
  161. @property
  162. def separator(self):
  163. ''' getter method for separator '''
  164. return self._separator
  165. @separator.setter
  166. def separator(self, inc_sep):
  167. ''' setter method for separator '''
  168. self._separator = inc_sep
  169. @property
  170. def yaml_dict(self):
  171. ''' getter method for yaml_dict '''
  172. return self.__yaml_dict
  173. @yaml_dict.setter
  174. def yaml_dict(self, value):
  175. ''' setter method for yaml_dict '''
  176. self.__yaml_dict = value
  177. @staticmethod
  178. def parse_key(key, sep='.'):
  179. '''parse the key allowing the appropriate separator'''
  180. common_separators = list(Yedit.com_sep - set([sep]))
  181. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  182. @staticmethod
  183. def valid_key(key, sep='.'):
  184. '''validate the incoming key'''
  185. common_separators = list(Yedit.com_sep - set([sep]))
  186. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  187. return False
  188. return True
  189. # pylint: disable=too-many-return-statements,too-many-branches
  190. @staticmethod
  191. def remove_entry(data, key, index=None, value=None, sep='.'):
  192. ''' remove data at location key '''
  193. if key == '' and isinstance(data, dict):
  194. if value is not None:
  195. data.pop(value)
  196. elif index is not None:
  197. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  198. else:
  199. data.clear()
  200. return True
  201. elif key == '' and isinstance(data, list):
  202. ind = None
  203. if value is not None:
  204. try:
  205. ind = data.index(value)
  206. except ValueError:
  207. return False
  208. elif index is not None:
  209. ind = index
  210. else:
  211. del data[:]
  212. if ind is not None:
  213. data.pop(ind)
  214. return True
  215. if not (key and Yedit.valid_key(key, sep)) and \
  216. isinstance(data, (list, dict)):
  217. return None
  218. key_indexes = Yedit.parse_key(key, sep)
  219. for arr_ind, dict_key in key_indexes[:-1]:
  220. if dict_key and isinstance(data, dict):
  221. data = data.get(dict_key)
  222. elif (arr_ind and isinstance(data, list) and
  223. int(arr_ind) <= len(data) - 1):
  224. data = data[int(arr_ind)]
  225. else:
  226. return None
  227. # process last index for remove
  228. # expected list entry
  229. if key_indexes[-1][0]:
  230. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  231. del data[int(key_indexes[-1][0])]
  232. return True
  233. # expected dict entry
  234. elif key_indexes[-1][1]:
  235. if isinstance(data, dict):
  236. del data[key_indexes[-1][1]]
  237. return True
  238. @staticmethod
  239. def add_entry(data, key, item=None, sep='.'):
  240. ''' Get an item from a dictionary with key notation a.b.c
  241. d = {'a': {'b': 'c'}}}
  242. key = a#b
  243. return c
  244. '''
  245. if key == '':
  246. pass
  247. elif (not (key and Yedit.valid_key(key, sep)) and
  248. isinstance(data, (list, dict))):
  249. return None
  250. key_indexes = Yedit.parse_key(key, sep)
  251. for arr_ind, dict_key in key_indexes[:-1]:
  252. if dict_key:
  253. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  254. data = data[dict_key]
  255. continue
  256. elif data and not isinstance(data, dict):
  257. raise YeditException("Unexpected item type found while going through key " +
  258. "path: {} (at key: {})".format(key, dict_key))
  259. data[dict_key] = {}
  260. data = data[dict_key]
  261. elif (arr_ind and isinstance(data, list) and
  262. int(arr_ind) <= len(data) - 1):
  263. data = data[int(arr_ind)]
  264. else:
  265. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  266. if key == '':
  267. data = item
  268. # process last index for add
  269. # expected list entry
  270. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  271. data[int(key_indexes[-1][0])] = item
  272. # expected dict entry
  273. elif key_indexes[-1][1] and isinstance(data, dict):
  274. data[key_indexes[-1][1]] = item
  275. # didn't add/update to an existing list, nor add/update key to a dict
  276. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  277. # non-existent array
  278. else:
  279. raise YeditException("Error adding to object at path: {}".format(key))
  280. return data
  281. @staticmethod
  282. def get_entry(data, key, sep='.'):
  283. ''' Get an item from a dictionary with key notation a.b.c
  284. d = {'a': {'b': 'c'}}}
  285. key = a.b
  286. return c
  287. '''
  288. if key == '':
  289. pass
  290. elif (not (key and Yedit.valid_key(key, sep)) and
  291. isinstance(data, (list, dict))):
  292. return None
  293. key_indexes = Yedit.parse_key(key, sep)
  294. for arr_ind, dict_key in key_indexes:
  295. if dict_key and isinstance(data, dict):
  296. data = data.get(dict_key)
  297. elif (arr_ind and isinstance(data, list) and
  298. int(arr_ind) <= len(data) - 1):
  299. data = data[int(arr_ind)]
  300. else:
  301. return None
  302. return data
  303. @staticmethod
  304. def _write(filename, contents):
  305. ''' Actually write the file contents to disk. This helps with mocking. '''
  306. tmp_filename = filename + '.yedit'
  307. with open(tmp_filename, 'w') as yfd:
  308. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  309. yfd.write(contents)
  310. fcntl.flock(yfd, fcntl.LOCK_UN)
  311. os.rename(tmp_filename, filename)
  312. def write(self):
  313. ''' write to file '''
  314. if not self.filename:
  315. raise YeditException('Please specify a filename.')
  316. if self.backup and self.file_exists():
  317. shutil.copy(self.filename, '{}.{}'.format(self.filename, time.strftime("%Y%m%dT%H%M%S")))
  318. # Try to set format attributes if supported
  319. try:
  320. self.yaml_dict.fa.set_block_style()
  321. except AttributeError:
  322. pass
  323. # Try to use RoundTripDumper if supported.
  324. if self.content_type == 'yaml':
  325. try:
  326. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  327. except AttributeError:
  328. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  329. elif self.content_type == 'json':
  330. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  331. else:
  332. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  333. 'Please specify a content_type of yaml or json.')
  334. return (True, self.yaml_dict)
  335. def read(self):
  336. ''' read from file '''
  337. # check if it exists
  338. if self.filename is None or not self.file_exists():
  339. return None
  340. contents = None
  341. with open(self.filename) as yfd:
  342. contents = yfd.read()
  343. return contents
  344. def file_exists(self):
  345. ''' return whether file exists '''
  346. if os.path.exists(self.filename):
  347. return True
  348. return False
  349. def load(self, content_type='yaml'):
  350. ''' return yaml file '''
  351. contents = self.read()
  352. if not contents and not self.content:
  353. return None
  354. if self.content:
  355. if isinstance(self.content, dict):
  356. self.yaml_dict = self.content
  357. return self.yaml_dict
  358. elif isinstance(self.content, str):
  359. contents = self.content
  360. # check if it is yaml
  361. try:
  362. if content_type == 'yaml' and contents:
  363. # Try to set format attributes if supported
  364. try:
  365. self.yaml_dict.fa.set_block_style()
  366. except AttributeError:
  367. pass
  368. # Try to use RoundTripLoader if supported.
  369. try:
  370. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  371. except AttributeError:
  372. self.yaml_dict = yaml.safe_load(contents)
  373. # Try to set format attributes if supported
  374. try:
  375. self.yaml_dict.fa.set_block_style()
  376. except AttributeError:
  377. pass
  378. elif content_type == 'json' and contents:
  379. self.yaml_dict = json.loads(contents)
  380. except yaml.YAMLError as err:
  381. # Error loading yaml or json
  382. raise YeditException('Problem with loading yaml file. {}'.format(err))
  383. return self.yaml_dict
  384. def get(self, key):
  385. ''' get a specified key'''
  386. try:
  387. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  388. except KeyError:
  389. entry = None
  390. return entry
  391. def pop(self, path, key_or_item):
  392. ''' remove a key, value pair from a dict or an item for a list'''
  393. try:
  394. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  395. except KeyError:
  396. entry = None
  397. if entry is None:
  398. return (False, self.yaml_dict)
  399. if isinstance(entry, dict):
  400. # AUDIT:maybe-no-member makes sense due to fuzzy types
  401. # pylint: disable=maybe-no-member
  402. if key_or_item in entry:
  403. entry.pop(key_or_item)
  404. return (True, self.yaml_dict)
  405. return (False, self.yaml_dict)
  406. elif isinstance(entry, list):
  407. # AUDIT:maybe-no-member makes sense due to fuzzy types
  408. # pylint: disable=maybe-no-member
  409. ind = None
  410. try:
  411. ind = entry.index(key_or_item)
  412. except ValueError:
  413. return (False, self.yaml_dict)
  414. entry.pop(ind)
  415. return (True, self.yaml_dict)
  416. return (False, self.yaml_dict)
  417. def delete(self, path, index=None, value=None):
  418. ''' remove path from a dict'''
  419. try:
  420. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  421. except KeyError:
  422. entry = None
  423. if entry is None:
  424. return (False, self.yaml_dict)
  425. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  426. if not result:
  427. return (False, self.yaml_dict)
  428. return (True, self.yaml_dict)
  429. def exists(self, path, value):
  430. ''' check if value exists at path'''
  431. try:
  432. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  433. except KeyError:
  434. entry = None
  435. if isinstance(entry, list):
  436. if value in entry:
  437. return True
  438. return False
  439. elif isinstance(entry, dict):
  440. if isinstance(value, dict):
  441. rval = False
  442. for key, val in value.items():
  443. if entry[key] != val:
  444. rval = False
  445. break
  446. else:
  447. rval = True
  448. return rval
  449. return value in entry
  450. return entry == value
  451. def append(self, path, value):
  452. '''append value to a list'''
  453. try:
  454. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  455. except KeyError:
  456. entry = None
  457. if entry is None:
  458. self.put(path, [])
  459. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  460. if not isinstance(entry, list):
  461. return (False, self.yaml_dict)
  462. # AUDIT:maybe-no-member makes sense due to loading data from
  463. # a serialized format.
  464. # pylint: disable=maybe-no-member
  465. entry.append(value)
  466. return (True, self.yaml_dict)
  467. # pylint: disable=too-many-arguments
  468. def update(self, path, value, index=None, curr_value=None):
  469. ''' put path, value into a dict '''
  470. try:
  471. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  472. except KeyError:
  473. entry = None
  474. if isinstance(entry, dict):
  475. # AUDIT:maybe-no-member makes sense due to fuzzy types
  476. # pylint: disable=maybe-no-member
  477. if not isinstance(value, dict):
  478. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  479. 'value=[{}] type=[{}]'.format(value, type(value)))
  480. entry.update(value)
  481. return (True, self.yaml_dict)
  482. elif isinstance(entry, list):
  483. # AUDIT:maybe-no-member makes sense due to fuzzy types
  484. # pylint: disable=maybe-no-member
  485. ind = None
  486. if curr_value:
  487. try:
  488. ind = entry.index(curr_value)
  489. except ValueError:
  490. return (False, self.yaml_dict)
  491. elif index is not None:
  492. ind = index
  493. if ind is not None and entry[ind] != value:
  494. entry[ind] = value
  495. return (True, self.yaml_dict)
  496. # see if it exists in the list
  497. try:
  498. ind = entry.index(value)
  499. except ValueError:
  500. # doesn't exist, append it
  501. entry.append(value)
  502. return (True, self.yaml_dict)
  503. # already exists, return
  504. if ind is not None:
  505. return (False, self.yaml_dict)
  506. return (False, self.yaml_dict)
  507. def put(self, path, value):
  508. ''' put path, value into a dict '''
  509. try:
  510. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  511. except KeyError:
  512. entry = None
  513. if entry == value:
  514. return (False, self.yaml_dict)
  515. # deepcopy didn't work
  516. # Try to use ruamel.yaml and fallback to pyyaml
  517. try:
  518. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  519. default_flow_style=False),
  520. yaml.RoundTripLoader)
  521. except AttributeError:
  522. tmp_copy = copy.deepcopy(self.yaml_dict)
  523. # set the format attributes if available
  524. try:
  525. tmp_copy.fa.set_block_style()
  526. except AttributeError:
  527. pass
  528. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  529. if result is None:
  530. return (False, self.yaml_dict)
  531. # When path equals "" it is a special case.
  532. # "" refers to the root of the document
  533. # Only update the root path (entire document) when its a list or dict
  534. if path == '':
  535. if isinstance(result, list) or isinstance(result, dict):
  536. self.yaml_dict = result
  537. return (True, self.yaml_dict)
  538. return (False, self.yaml_dict)
  539. self.yaml_dict = tmp_copy
  540. return (True, self.yaml_dict)
  541. def create(self, path, value):
  542. ''' create a yaml file '''
  543. if not self.file_exists():
  544. # deepcopy didn't work
  545. # Try to use ruamel.yaml and fallback to pyyaml
  546. try:
  547. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  548. default_flow_style=False),
  549. yaml.RoundTripLoader)
  550. except AttributeError:
  551. tmp_copy = copy.deepcopy(self.yaml_dict)
  552. # set the format attributes if available
  553. try:
  554. tmp_copy.fa.set_block_style()
  555. except AttributeError:
  556. pass
  557. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  558. if result is not None:
  559. self.yaml_dict = tmp_copy
  560. return (True, self.yaml_dict)
  561. return (False, self.yaml_dict)
  562. @staticmethod
  563. def get_curr_value(invalue, val_type):
  564. '''return the current value'''
  565. if invalue is None:
  566. return None
  567. curr_value = invalue
  568. if val_type == 'yaml':
  569. try:
  570. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  571. # pylint: disable=maybe-no-member
  572. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  573. except AttributeError:
  574. curr_value = yaml.safe_load(invalue)
  575. elif val_type == 'json':
  576. curr_value = json.loads(invalue)
  577. return curr_value
  578. @staticmethod
  579. def parse_value(inc_value, vtype=''):
  580. '''determine value type passed'''
  581. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  582. 'on', 'On', 'ON', ]
  583. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  584. 'off', 'Off', 'OFF']
  585. # It came in as a string but you didn't specify value_type as string
  586. # we will convert to bool if it matches any of the above cases
  587. if isinstance(inc_value, str) and 'bool' in vtype:
  588. if inc_value not in true_bools and inc_value not in false_bools:
  589. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  590. elif isinstance(inc_value, bool) and 'str' in vtype:
  591. inc_value = str(inc_value)
  592. # There is a special case where '' will turn into None after yaml loading it so skip
  593. if isinstance(inc_value, str) and inc_value == '':
  594. pass
  595. # If vtype is not str then go ahead and attempt to yaml load it.
  596. elif isinstance(inc_value, str) and 'str' not in vtype:
  597. try:
  598. inc_value = yaml.safe_load(inc_value)
  599. except Exception:
  600. raise YeditException('Could not determine type of incoming value. ' +
  601. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  602. return inc_value
  603. @staticmethod
  604. def process_edits(edits, yamlfile):
  605. '''run through a list of edits and process them one-by-one'''
  606. results = []
  607. for edit in edits:
  608. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  609. if edit.get('action') == 'update':
  610. # pylint: disable=line-too-long
  611. curr_value = Yedit.get_curr_value(
  612. Yedit.parse_value(edit.get('curr_value')),
  613. edit.get('curr_value_format'))
  614. rval = yamlfile.update(edit['key'],
  615. value,
  616. edit.get('index'),
  617. curr_value)
  618. elif edit.get('action') == 'append':
  619. rval = yamlfile.append(edit['key'], value)
  620. else:
  621. rval = yamlfile.put(edit['key'], value)
  622. if rval[0]:
  623. results.append({'key': edit['key'], 'edit': rval[1]})
  624. return {'changed': len(results) > 0, 'results': results}
  625. # pylint: disable=too-many-return-statements,too-many-branches
  626. @staticmethod
  627. def run_ansible(params):
  628. '''perform the idempotent crud operations'''
  629. yamlfile = Yedit(filename=params['src'],
  630. backup=params['backup'],
  631. content_type=params['content_type'],
  632. separator=params['separator'])
  633. state = params['state']
  634. if params['src']:
  635. rval = yamlfile.load()
  636. if yamlfile.yaml_dict is None and state != 'present':
  637. return {'failed': True,
  638. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  639. 'file exists, that it is has correct permissions, and is valid yaml.'}
  640. if state == 'list':
  641. if params['content']:
  642. content = Yedit.parse_value(params['content'], params['content_type'])
  643. yamlfile.yaml_dict = content
  644. if params['key']:
  645. rval = yamlfile.get(params['key'])
  646. return {'changed': False, 'result': rval, 'state': state}
  647. elif state == 'absent':
  648. if params['content']:
  649. content = Yedit.parse_value(params['content'], params['content_type'])
  650. yamlfile.yaml_dict = content
  651. if params['update']:
  652. rval = yamlfile.pop(params['key'], params['value'])
  653. else:
  654. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  655. if rval[0] and params['src']:
  656. yamlfile.write()
  657. return {'changed': rval[0], 'result': rval[1], 'state': state}
  658. elif state == 'present':
  659. # check if content is different than what is in the file
  660. if params['content']:
  661. content = Yedit.parse_value(params['content'], params['content_type'])
  662. # We had no edits to make and the contents are the same
  663. if yamlfile.yaml_dict == content and \
  664. params['value'] is None:
  665. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  666. yamlfile.yaml_dict = content
  667. # If we were passed a key, value then
  668. # we enapsulate it in a list and process it
  669. # Key, Value passed to the module : Converted to Edits list #
  670. edits = []
  671. _edit = {}
  672. if params['value'] is not None:
  673. _edit['value'] = params['value']
  674. _edit['value_type'] = params['value_type']
  675. _edit['key'] = params['key']
  676. if params['update']:
  677. _edit['action'] = 'update'
  678. _edit['curr_value'] = params['curr_value']
  679. _edit['curr_value_format'] = params['curr_value_format']
  680. _edit['index'] = params['index']
  681. elif params['append']:
  682. _edit['action'] = 'append'
  683. edits.append(_edit)
  684. elif params['edits'] is not None:
  685. edits = params['edits']
  686. if edits:
  687. results = Yedit.process_edits(edits, yamlfile)
  688. # if there were changes and a src provided to us we need to write
  689. if results['changed'] and params['src']:
  690. yamlfile.write()
  691. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  692. # no edits to make
  693. if params['src']:
  694. # pylint: disable=redefined-variable-type
  695. rval = yamlfile.write()
  696. return {'changed': rval[0],
  697. 'result': rval[1],
  698. 'state': state}
  699. # We were passed content but no src, key or value, or edits. Return contents in memory
  700. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  701. return {'failed': True, 'msg': 'Unkown state passed'}
  702. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  703. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  704. # pylint: disable=too-many-lines
  705. # noqa: E301,E302,E303,T001
  706. class OpenShiftCLIError(Exception):
  707. '''Exception class for openshiftcli'''
  708. pass
  709. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  710. def locate_oc_binary():
  711. ''' Find and return oc binary file '''
  712. # https://github.com/openshift/openshift-ansible/issues/3410
  713. # oc can be in /usr/local/bin in some cases, but that may not
  714. # be in $PATH due to ansible/sudo
  715. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  716. oc_binary = 'oc'
  717. # Use shutil.which if it is available, otherwise fallback to a naive path search
  718. try:
  719. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  720. if which_result is not None:
  721. oc_binary = which_result
  722. except AttributeError:
  723. for path in paths:
  724. if os.path.exists(os.path.join(path, oc_binary)):
  725. oc_binary = os.path.join(path, oc_binary)
  726. break
  727. return oc_binary
  728. # pylint: disable=too-few-public-methods
  729. class OpenShiftCLI(object):
  730. ''' Class to wrap the command line tools '''
  731. def __init__(self,
  732. namespace,
  733. kubeconfig='/etc/origin/master/admin.kubeconfig',
  734. verbose=False,
  735. all_namespaces=False):
  736. ''' Constructor for OpenshiftCLI '''
  737. self.namespace = namespace
  738. self.verbose = verbose
  739. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  740. self.all_namespaces = all_namespaces
  741. self.oc_binary = locate_oc_binary()
  742. # Pylint allows only 5 arguments to be passed.
  743. # pylint: disable=too-many-arguments
  744. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  745. ''' replace the current object with the content '''
  746. res = self._get(resource, rname)
  747. if not res['results']:
  748. return res
  749. fname = Utils.create_tmpfile(rname + '-')
  750. yed = Yedit(fname, res['results'][0], separator=sep)
  751. updated = False
  752. if content is not None:
  753. changes = []
  754. for key, value in content.items():
  755. changes.append(yed.put(key, value))
  756. if any([change[0] for change in changes]):
  757. updated = True
  758. elif edits is not None:
  759. results = Yedit.process_edits(edits, yed)
  760. if results['changed']:
  761. updated = True
  762. if updated:
  763. yed.write()
  764. atexit.register(Utils.cleanup, [fname])
  765. return self._replace(fname, force)
  766. return {'returncode': 0, 'updated': False}
  767. def _replace(self, fname, force=False):
  768. '''replace the current object with oc replace'''
  769. # We are removing the 'resourceVersion' to handle
  770. # a race condition when modifying oc objects
  771. yed = Yedit(fname)
  772. results = yed.delete('metadata.resourceVersion')
  773. if results[0]:
  774. yed.write()
  775. cmd = ['replace', '-f', fname]
  776. if force:
  777. cmd.append('--force')
  778. return self.openshift_cmd(cmd)
  779. def _create_from_content(self, rname, content):
  780. '''create a temporary file and then call oc create on it'''
  781. fname = Utils.create_tmpfile(rname + '-')
  782. yed = Yedit(fname, content=content)
  783. yed.write()
  784. atexit.register(Utils.cleanup, [fname])
  785. return self._create(fname)
  786. def _create(self, fname):
  787. '''call oc create on a filename'''
  788. return self.openshift_cmd(['create', '-f', fname])
  789. def _delete(self, resource, name=None, selector=None):
  790. '''call oc delete on a resource'''
  791. cmd = ['delete', resource]
  792. if selector is not None:
  793. cmd.append('--selector={}'.format(selector))
  794. elif name is not None:
  795. cmd.append(name)
  796. else:
  797. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  798. return self.openshift_cmd(cmd)
  799. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  800. '''process a template
  801. template_name: the name of the template to process
  802. create: whether to send to oc create after processing
  803. params: the parameters for the template
  804. template_data: the incoming template's data; instead of a file
  805. '''
  806. cmd = ['process']
  807. if template_data:
  808. cmd.extend(['-f', '-'])
  809. else:
  810. cmd.append(template_name)
  811. if params:
  812. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  813. cmd.append('-v')
  814. cmd.extend(param_str)
  815. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  816. if results['returncode'] != 0 or not create:
  817. return results
  818. fname = Utils.create_tmpfile(template_name + '-')
  819. yed = Yedit(fname, results['results'])
  820. yed.write()
  821. atexit.register(Utils.cleanup, [fname])
  822. return self.openshift_cmd(['create', '-f', fname])
  823. def _get(self, resource, name=None, selector=None, field_selector=None):
  824. '''return a resource by name '''
  825. cmd = ['get', resource]
  826. if selector is not None:
  827. cmd.append('--selector={}'.format(selector))
  828. if field_selector is not None:
  829. cmd.append('--field-selector={}'.format(field_selector))
  830. # Name cannot be used with selector or field_selector.
  831. if selector is None and field_selector is None and name is not None:
  832. cmd.append(name)
  833. cmd.extend(['-o', 'json'])
  834. rval = self.openshift_cmd(cmd, output=True)
  835. # Ensure results are retuned in an array
  836. if 'items' in rval:
  837. rval['results'] = rval['items']
  838. elif not isinstance(rval['results'], list):
  839. rval['results'] = [rval['results']]
  840. return rval
  841. def _schedulable(self, node=None, selector=None, schedulable=True):
  842. ''' perform oadm manage-node scheduable '''
  843. cmd = ['manage-node']
  844. if node:
  845. cmd.extend(node)
  846. else:
  847. cmd.append('--selector={}'.format(selector))
  848. cmd.append('--schedulable={}'.format(schedulable))
  849. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  850. def _list_pods(self, node=None, selector=None, pod_selector=None):
  851. ''' perform oadm list pods
  852. node: the node in which to list pods
  853. selector: the label selector filter if provided
  854. pod_selector: the pod selector filter if provided
  855. '''
  856. cmd = ['manage-node']
  857. if node:
  858. cmd.extend(node)
  859. else:
  860. cmd.append('--selector={}'.format(selector))
  861. if pod_selector:
  862. cmd.append('--pod-selector={}'.format(pod_selector))
  863. cmd.extend(['--list-pods', '-o', 'json'])
  864. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  865. # pylint: disable=too-many-arguments
  866. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  867. ''' perform oadm manage-node evacuate '''
  868. cmd = ['manage-node']
  869. if node:
  870. cmd.extend(node)
  871. else:
  872. cmd.append('--selector={}'.format(selector))
  873. if dry_run:
  874. cmd.append('--dry-run')
  875. if pod_selector:
  876. cmd.append('--pod-selector={}'.format(pod_selector))
  877. if grace_period:
  878. cmd.append('--grace-period={}'.format(int(grace_period)))
  879. if force:
  880. cmd.append('--force')
  881. cmd.append('--evacuate')
  882. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  883. def _version(self):
  884. ''' return the openshift version'''
  885. return self.openshift_cmd(['version'], output=True, output_type='raw')
  886. def _import_image(self, url=None, name=None, tag=None):
  887. ''' perform image import '''
  888. cmd = ['import-image']
  889. image = '{0}'.format(name)
  890. if tag:
  891. image += ':{0}'.format(tag)
  892. cmd.append(image)
  893. if url:
  894. cmd.append('--from={0}/{1}'.format(url, image))
  895. cmd.append('-n{0}'.format(self.namespace))
  896. cmd.append('--confirm')
  897. return self.openshift_cmd(cmd)
  898. def _run(self, cmds, input_data):
  899. ''' Actually executes the command. This makes mocking easier. '''
  900. curr_env = os.environ.copy()
  901. curr_env.update({'KUBECONFIG': self.kubeconfig})
  902. proc = subprocess.Popen(cmds,
  903. stdin=subprocess.PIPE,
  904. stdout=subprocess.PIPE,
  905. stderr=subprocess.PIPE,
  906. env=curr_env)
  907. stdout, stderr = proc.communicate(input_data)
  908. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  909. # pylint: disable=too-many-arguments,too-many-branches
  910. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  911. '''Base command for oc '''
  912. cmds = [self.oc_binary]
  913. if oadm:
  914. cmds.append('adm')
  915. cmds.extend(cmd)
  916. if self.all_namespaces:
  917. cmds.extend(['--all-namespaces'])
  918. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  919. cmds.extend(['-n', self.namespace])
  920. if self.verbose:
  921. print(' '.join(cmds))
  922. try:
  923. returncode, stdout, stderr = self._run(cmds, input_data)
  924. except OSError as ex:
  925. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  926. rval = {"returncode": returncode,
  927. "cmd": ' '.join(cmds)}
  928. if output_type == 'json':
  929. rval['results'] = {}
  930. if output and stdout:
  931. try:
  932. rval['results'] = json.loads(stdout)
  933. except ValueError as verr:
  934. if "No JSON object could be decoded" in verr.args:
  935. rval['err'] = verr.args
  936. elif output_type == 'raw':
  937. rval['results'] = stdout if output else ''
  938. if self.verbose:
  939. print("STDOUT: {0}".format(stdout))
  940. print("STDERR: {0}".format(stderr))
  941. if 'err' in rval or returncode != 0:
  942. rval.update({"stderr": stderr,
  943. "stdout": stdout})
  944. return rval
  945. class Utils(object): # pragma: no cover
  946. ''' utilities for openshiftcli modules '''
  947. @staticmethod
  948. def _write(filename, contents):
  949. ''' Actually write the file contents to disk. This helps with mocking. '''
  950. with open(filename, 'w') as sfd:
  951. sfd.write(str(contents))
  952. @staticmethod
  953. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  954. ''' create a file in tmp with name and contents'''
  955. tmp = Utils.create_tmpfile(prefix=rname)
  956. if ftype == 'yaml':
  957. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  958. # pylint: disable=no-member
  959. if hasattr(yaml, 'RoundTripDumper'):
  960. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  961. else:
  962. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  963. elif ftype == 'json':
  964. Utils._write(tmp, json.dumps(data))
  965. else:
  966. Utils._write(tmp, data)
  967. # Register cleanup when module is done
  968. atexit.register(Utils.cleanup, [tmp])
  969. return tmp
  970. @staticmethod
  971. def create_tmpfile_copy(inc_file):
  972. '''create a temporary copy of a file'''
  973. tmpfile = Utils.create_tmpfile('lib_openshift-')
  974. Utils._write(tmpfile, open(inc_file).read())
  975. # Cleanup the tmpfile
  976. atexit.register(Utils.cleanup, [tmpfile])
  977. return tmpfile
  978. @staticmethod
  979. def create_tmpfile(prefix='tmp'):
  980. ''' Generates and returns a temporary file name '''
  981. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  982. return tmp.name
  983. @staticmethod
  984. def create_tmp_files_from_contents(content, content_type=None):
  985. '''Turn an array of dict: filename, content into a files array'''
  986. if not isinstance(content, list):
  987. content = [content]
  988. files = []
  989. for item in content:
  990. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  991. item['data'],
  992. ftype=content_type)
  993. files.append({'name': os.path.basename(item['path']),
  994. 'path': path})
  995. return files
  996. @staticmethod
  997. def cleanup(files):
  998. '''Clean up on exit '''
  999. for sfile in files:
  1000. if os.path.exists(sfile):
  1001. if os.path.isdir(sfile):
  1002. shutil.rmtree(sfile)
  1003. elif os.path.isfile(sfile):
  1004. os.remove(sfile)
  1005. @staticmethod
  1006. def exists(results, _name):
  1007. ''' Check to see if the results include the name '''
  1008. if not results:
  1009. return False
  1010. if Utils.find_result(results, _name):
  1011. return True
  1012. return False
  1013. @staticmethod
  1014. def find_result(results, _name):
  1015. ''' Find the specified result by name'''
  1016. rval = None
  1017. for result in results:
  1018. if 'metadata' in result and result['metadata']['name'] == _name:
  1019. rval = result
  1020. break
  1021. return rval
  1022. @staticmethod
  1023. def get_resource_file(sfile, sfile_type='yaml'):
  1024. ''' return the service file '''
  1025. contents = None
  1026. with open(sfile) as sfd:
  1027. contents = sfd.read()
  1028. if sfile_type == 'yaml':
  1029. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1030. # pylint: disable=no-member
  1031. if hasattr(yaml, 'RoundTripLoader'):
  1032. contents = yaml.load(contents, yaml.RoundTripLoader)
  1033. else:
  1034. contents = yaml.safe_load(contents)
  1035. elif sfile_type == 'json':
  1036. contents = json.loads(contents)
  1037. return contents
  1038. @staticmethod
  1039. def filter_versions(stdout):
  1040. ''' filter the oc version output '''
  1041. version_dict = {}
  1042. version_search = ['oc', 'openshift', 'kubernetes']
  1043. for line in stdout.strip().split('\n'):
  1044. for term in version_search:
  1045. if not line:
  1046. continue
  1047. if line.startswith(term):
  1048. version_dict[term] = line.split()[-1]
  1049. # horrible hack to get openshift version in Openshift 3.2
  1050. # By default "oc version in 3.2 does not return an "openshift" version
  1051. if "openshift" not in version_dict:
  1052. version_dict["openshift"] = version_dict["oc"]
  1053. return version_dict
  1054. @staticmethod
  1055. def add_custom_versions(versions):
  1056. ''' create custom versions strings '''
  1057. versions_dict = {}
  1058. for tech, version in versions.items():
  1059. # clean up "-" from version
  1060. if "-" in version:
  1061. version = version.split("-")[0]
  1062. if version.startswith('v'):
  1063. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1064. # "v3.3.0.33" is what we have, we want "3.3"
  1065. versions_dict[tech + '_short'] = version[1:4]
  1066. return versions_dict
  1067. @staticmethod
  1068. def openshift_installed():
  1069. ''' check if openshift is installed '''
  1070. import rpm
  1071. transaction_set = rpm.TransactionSet()
  1072. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1073. return rpmquery.count() > 0
  1074. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1075. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1076. @staticmethod
  1077. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1078. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1079. # Currently these values are autogenerated and we do not need to check them
  1080. skip = ['metadata', 'status']
  1081. if skip_keys:
  1082. skip.extend(skip_keys)
  1083. for key, value in result_def.items():
  1084. if key in skip:
  1085. continue
  1086. # Both are lists
  1087. if isinstance(value, list):
  1088. if key not in user_def:
  1089. if debug:
  1090. print('User data does not have key [%s]' % key)
  1091. print('User data: %s' % user_def)
  1092. return False
  1093. if not isinstance(user_def[key], list):
  1094. if debug:
  1095. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1096. return False
  1097. if len(user_def[key]) != len(value):
  1098. if debug:
  1099. print("List lengths are not equal.")
  1100. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1101. print("user_def: %s" % user_def[key])
  1102. print("value: %s" % value)
  1103. return False
  1104. for values in zip(user_def[key], value):
  1105. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1106. if debug:
  1107. print('sending list - list')
  1108. print(type(values[0]))
  1109. print(type(values[1]))
  1110. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1111. if not result:
  1112. print('list compare returned false')
  1113. return False
  1114. elif value != user_def[key]:
  1115. if debug:
  1116. print('value should be identical')
  1117. print(user_def[key])
  1118. print(value)
  1119. return False
  1120. # recurse on a dictionary
  1121. elif isinstance(value, dict):
  1122. if key not in user_def:
  1123. if debug:
  1124. print("user_def does not have key [%s]" % key)
  1125. return False
  1126. if not isinstance(user_def[key], dict):
  1127. if debug:
  1128. print("dict returned false: not instance of dict")
  1129. return False
  1130. # before passing ensure keys match
  1131. api_values = set(value.keys()) - set(skip)
  1132. user_values = set(user_def[key].keys()) - set(skip)
  1133. if api_values != user_values:
  1134. if debug:
  1135. print("keys are not equal in dict")
  1136. print(user_values)
  1137. print(api_values)
  1138. return False
  1139. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1140. if not result:
  1141. if debug:
  1142. print("dict returned false")
  1143. print(result)
  1144. return False
  1145. # Verify each key, value pair is the same
  1146. else:
  1147. if key not in user_def or value != user_def[key]:
  1148. if debug:
  1149. print("value not equal; user_def does not have key")
  1150. print(key)
  1151. print(value)
  1152. if key in user_def:
  1153. print(user_def[key])
  1154. return False
  1155. if debug:
  1156. print('returning true')
  1157. return True
  1158. class OpenShiftCLIConfig(object):
  1159. '''Generic Config'''
  1160. def __init__(self, rname, namespace, kubeconfig, options):
  1161. self.kubeconfig = kubeconfig
  1162. self.name = rname
  1163. self.namespace = namespace
  1164. self._options = options
  1165. @property
  1166. def config_options(self):
  1167. ''' return config options '''
  1168. return self._options
  1169. def to_option_list(self, ascommalist=''):
  1170. '''return all options as a string
  1171. if ascommalist is set to the name of a key, and
  1172. the value of that key is a dict, format the dict
  1173. as a list of comma delimited key=value pairs'''
  1174. return self.stringify(ascommalist)
  1175. def stringify(self, ascommalist=''):
  1176. ''' return the options hash as cli params in a string
  1177. if ascommalist is set to the name of a key, and
  1178. the value of that key is a dict, format the dict
  1179. as a list of comma delimited key=value pairs '''
  1180. rval = []
  1181. for key in sorted(self.config_options.keys()):
  1182. data = self.config_options[key]
  1183. if data['include'] \
  1184. and (data['value'] is not None or isinstance(data['value'], int)):
  1185. if key == ascommalist:
  1186. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1187. else:
  1188. val = data['value']
  1189. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1190. return rval
  1191. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1192. # -*- -*- -*- Begin included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1193. class ManageNodeException(Exception):
  1194. ''' manage-node exception class '''
  1195. pass
  1196. class ManageNodeConfig(OpenShiftCLIConfig):
  1197. ''' ManageNodeConfig is a DTO for the manage-node command.'''
  1198. def __init__(self, kubeconfig, node_options):
  1199. super(ManageNodeConfig, self).__init__(None, None, kubeconfig, node_options)
  1200. # pylint: disable=too-many-instance-attributes
  1201. class ManageNode(OpenShiftCLI):
  1202. ''' Class to wrap the oc command line tools '''
  1203. # pylint allows 5
  1204. # pylint: disable=too-many-arguments
  1205. def __init__(self,
  1206. config,
  1207. verbose=False):
  1208. ''' Constructor for ManageNode '''
  1209. super(ManageNode, self).__init__(None, kubeconfig=config.kubeconfig, verbose=verbose)
  1210. self.config = config
  1211. def evacuate(self):
  1212. ''' formulate the params and run oadm manage-node '''
  1213. return self._evacuate(node=self.config.config_options['node']['value'],
  1214. selector=self.config.config_options['selector']['value'],
  1215. pod_selector=self.config.config_options['pod_selector']['value'],
  1216. dry_run=self.config.config_options['dry_run']['value'],
  1217. grace_period=self.config.config_options['grace_period']['value'],
  1218. force=self.config.config_options['force']['value'],
  1219. )
  1220. def get_nodes(self, node=None, selector=''):
  1221. '''perform oc get node'''
  1222. _node = None
  1223. _sel = None
  1224. if node:
  1225. _node = node
  1226. if selector:
  1227. _sel = selector
  1228. results = self._get('node', name=_node, selector=_sel)
  1229. if results['returncode'] != 0:
  1230. return results
  1231. nodes = []
  1232. items = None
  1233. if results['results'][0]['kind'] == 'List':
  1234. items = results['results'][0]['items']
  1235. else:
  1236. items = results['results']
  1237. for node in items:
  1238. _node = {}
  1239. _node['name'] = node['metadata']['name']
  1240. _node['schedulable'] = True
  1241. if 'unschedulable' in node['spec']:
  1242. _node['schedulable'] = False
  1243. nodes.append(_node)
  1244. return nodes
  1245. def get_pods_from_node(self, node, pod_selector=None):
  1246. '''return pods for a node'''
  1247. results = self._list_pods(node=[node], pod_selector=pod_selector)
  1248. if results['returncode'] != 0:
  1249. return results
  1250. # When a selector or node is matched it is returned along with the json.
  1251. # We are going to split the results based on the regexp and then
  1252. # load the json for each matching node.
  1253. # Before we return we are going to loop over the results and pull out the node names.
  1254. # {'node': [pod, pod], 'node': [pod, pod]}
  1255. # 3.2 includes the following lines in stdout: "Listing matched pods on node:"
  1256. all_pods = []
  1257. if "Listing matched" in results['results']:
  1258. listing_match = re.compile('\n^Listing matched.*$\n', flags=re.MULTILINE)
  1259. pods = listing_match.split(results['results'])
  1260. for pod in pods:
  1261. if pod:
  1262. all_pods.extend(json.loads(pod)['items'])
  1263. # 3.3 specific
  1264. else:
  1265. # this is gross but I filed a bug...
  1266. # https://bugzilla.redhat.com/show_bug.cgi?id=1381621
  1267. # build our own json from the output.
  1268. all_pods = json.loads(results['results'])['items']
  1269. return all_pods
  1270. def list_pods(self):
  1271. ''' run oadm manage-node --list-pods'''
  1272. _nodes = self.config.config_options['node']['value']
  1273. _selector = self.config.config_options['selector']['value']
  1274. _pod_selector = self.config.config_options['pod_selector']['value']
  1275. if not _nodes:
  1276. _nodes = self.get_nodes(selector=_selector)
  1277. else:
  1278. _nodes = [{'name': name} for name in _nodes]
  1279. all_pods = {}
  1280. for node in _nodes:
  1281. results = self.get_pods_from_node(node['name'], pod_selector=_pod_selector)
  1282. if isinstance(results, dict):
  1283. return results
  1284. all_pods[node['name']] = results
  1285. results = {}
  1286. results['nodes'] = all_pods
  1287. results['returncode'] = 0
  1288. return results
  1289. def schedulable(self):
  1290. '''oadm manage-node call for making nodes unschedulable'''
  1291. nodes = self.config.config_options['node']['value']
  1292. selector = self.config.config_options['selector']['value']
  1293. if not nodes:
  1294. nodes = self.get_nodes(selector=selector)
  1295. else:
  1296. tmp_nodes = []
  1297. for name in nodes:
  1298. tmp_result = self.get_nodes(name)
  1299. if isinstance(tmp_result, dict):
  1300. tmp_nodes.append(tmp_result)
  1301. continue
  1302. tmp_nodes.extend(tmp_result)
  1303. nodes = tmp_nodes
  1304. # This is a short circuit based on the way we fetch nodes.
  1305. # If node is a dict/list then we've already fetched them.
  1306. for node in nodes:
  1307. if isinstance(node, dict) and 'returncode' in node:
  1308. return {'results': nodes, 'returncode': node['returncode']}
  1309. if isinstance(node, list) and 'returncode' in node[0]:
  1310. return {'results': nodes, 'returncode': node[0]['returncode']}
  1311. # check all the nodes that were returned and verify they are:
  1312. # node['schedulable'] == self.config.config_options['schedulable']['value']
  1313. if any([node['schedulable'] != self.config.config_options['schedulable']['value'] for node in nodes]):
  1314. results = self._schedulable(node=self.config.config_options['node']['value'],
  1315. selector=self.config.config_options['selector']['value'],
  1316. schedulable=self.config.config_options['schedulable']['value'])
  1317. # 'NAME STATUS AGE\\nip-172-31-49-140.ec2.internal Ready 4h\\n' # E501
  1318. # normalize formatting with previous return objects
  1319. if results['results'].startswith('NAME'):
  1320. nodes = []
  1321. # removing header line and trailing new line character of node lines
  1322. for node_results in results['results'].split('\n')[1:-1]:
  1323. parts = node_results.split()
  1324. nodes.append({'name': parts[0], 'schedulable': parts[1] == 'Ready'})
  1325. results['nodes'] = nodes
  1326. return results
  1327. results = {}
  1328. results['returncode'] = 0
  1329. results['changed'] = False
  1330. results['nodes'] = nodes
  1331. return results
  1332. @staticmethod
  1333. def run_ansible(params, check_mode):
  1334. '''run the idempotent ansible code'''
  1335. nconfig = ManageNodeConfig(params['kubeconfig'],
  1336. {'node': {'value': params['node'], 'include': True},
  1337. 'selector': {'value': params['selector'], 'include': True},
  1338. 'pod_selector': {'value': params['pod_selector'], 'include': True},
  1339. 'schedulable': {'value': params['schedulable'], 'include': True},
  1340. 'list_pods': {'value': params['list_pods'], 'include': True},
  1341. 'evacuate': {'value': params['evacuate'], 'include': True},
  1342. 'dry_run': {'value': params['dry_run'], 'include': True},
  1343. 'force': {'value': params['force'], 'include': True},
  1344. 'grace_period': {'value': params['grace_period'], 'include': True},
  1345. })
  1346. oadm_mn = ManageNode(nconfig)
  1347. # Run the oadm manage-node commands
  1348. results = None
  1349. changed = False
  1350. if params['schedulable'] != None:
  1351. if check_mode:
  1352. # schedulable returns results after the fact.
  1353. # We need to redo how this works to support check_mode completely.
  1354. return {'changed': True, 'msg': 'CHECK_MODE: would have called schedulable.'}
  1355. results = oadm_mn.schedulable()
  1356. if 'changed' not in results:
  1357. changed = True
  1358. if params['evacuate']:
  1359. results = oadm_mn.evacuate()
  1360. changed = True
  1361. elif params['list_pods']:
  1362. results = oadm_mn.list_pods()
  1363. if not results or results['returncode'] != 0:
  1364. return {'failed': True, 'msg': results}
  1365. return {'changed': changed, 'results': results, 'state': "present"}
  1366. # -*- -*- -*- End included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1367. # -*- -*- -*- Begin included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-
  1368. def main():
  1369. '''
  1370. ansible oadm module for manage-node
  1371. '''
  1372. module = AnsibleModule(
  1373. argument_spec=dict(
  1374. debug=dict(default=False, type='bool'),
  1375. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1376. node=dict(default=None, type='list'),
  1377. selector=dict(default=None, type='str'),
  1378. pod_selector=dict(default=None, type='str'),
  1379. schedulable=dict(default=None, type='bool'),
  1380. list_pods=dict(default=False, type='bool'),
  1381. evacuate=dict(default=False, type='bool'),
  1382. dry_run=dict(default=False, type='bool'),
  1383. force=dict(default=False, type='bool'),
  1384. grace_period=dict(default=None, type='int'),
  1385. ),
  1386. mutually_exclusive=[["selector", "node"], ['evacuate', 'list_pods'], ['list_pods', 'schedulable']],
  1387. required_one_of=[["node", "selector"]],
  1388. supports_check_mode=True,
  1389. )
  1390. results = ManageNode.run_ansible(module.params, module.check_mode)
  1391. if 'failed' in results:
  1392. module.fail_json(**results)
  1393. module.exit_json(**results)
  1394. if __name__ == "__main__":
  1395. main()
  1396. # -*- -*- -*- End included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-